[PATCH] scripts/setlocalversion: clean up stale comment

Rasmus Villemoes posted 1 patch 2 years, 6 months ago
scripts/setlocalversion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scripts/setlocalversion: clean up stale comment
Posted by Rasmus Villemoes 2 years, 6 months ago
Nobody has complained since 2a73cce2dad3 ("scripts/setlocalversion:
remove mercurial, svn and git-svn supports"), so let's also clean up
the header comment accordingly.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 scripts/setlocalversion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index bbb6c7d545f4..e07795d1763b 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: GPL-2.0
 #
 # This scripts adds local version information from the version
-# control systems git, mercurial (hg) and subversion (svn).
+# control system git.
 #
 # If something goes wrong, send a mail the kernel build mailinglist
 # (see MAINTAINERS) and CC Nico Schottelius
-- 
2.37.2
Re: [PATCH] scripts/setlocalversion: clean up stale comment
Posted by Masahiro Yamada 2 years, 6 months ago
On Thu, Aug 3, 2023 at 8:50 PM Rasmus Villemoes
<linux@rasmusvillemoes.dk> wrote:
>
> Nobody has complained since 2a73cce2dad3 ("scripts/setlocalversion:
> remove mercurial, svn and git-svn supports"), so let's also clean up
> the header comment accordingly.
>
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> ---

Applied to linux-kbuild.
Thanks.




>  scripts/setlocalversion | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/setlocalversion b/scripts/setlocalversion
> index bbb6c7d545f4..e07795d1763b 100755
> --- a/scripts/setlocalversion
> +++ b/scripts/setlocalversion
> @@ -2,7 +2,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  #
>  # This scripts adds local version information from the version
> -# control systems git, mercurial (hg) and subversion (svn).
> +# control system git.
>  #
>  # If something goes wrong, send a mail the kernel build mailinglist
>  # (see MAINTAINERS) and CC Nico Schottelius
> --
> 2.37.2
>


-- 
Best Regards
Masahiro Yamada