Re: [PATCH v2] Update comment (addition of gtags) in cripts/tags.sh

From: Greg KH
Date: Sun Dec 17 2023 - 03:27:06 EST


On Sat, Dec 16, 2023 at 10:12:32PM +0100, René Nyffenegger wrote:
> Commit f4ed1009fcea (kbuild: add GNU GLOBAL tags generation) added support
> for the GNU Global source tagging system. However, this addition
> was not reflected in the script's header comment.
>
> Fixes: f4ed1009fcea ("kbuild: add GNU GLOBAL tags generation")
> Signed-off-by: René Nyffenegger <mail@xxxxxxxxxxxxxxxxxx>
> ---
> scripts/tags.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/tags.sh b/scripts/tags.sh
> index a70d43723..cb9696134 100755
> --- a/scripts/tags.sh
> +++ b/scripts/tags.sh
> @@ -3,7 +3,7 @@
> # Generate tags or cscope files
> # Usage tags.sh <mode>
> #
> -# mode may be any of: tags, TAGS, cscope
> +# mode may be any of: tags, gtags, TAGS, cscope
> #
> # Uses the following environment variables:
> # SUBARCH, SRCARCH, srctree
> --
> 2.30.2
>

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
did not list below the --- line any changes from the previous version.
Please read the section entitled "The canonical patch format" in the
kernel file, Documentation/process/submitting-patches.rst for what
needs to be done here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot