scripts/setlocalversion: clean up stale comment

Message ID 20230803115020.2280542-1-linux@rasmusvillemoes.dk
State New
Headers
Series scripts/setlocalversion: clean up stale comment |

Commit Message

Rasmus Villemoes Aug. 3, 2023, 11:50 a.m. UTC
  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(-)
  

Comments

Masahiro Yamada Aug. 5, 2023, 3:26 p.m. UTC | #1
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
>
  

Patch

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