Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367902 > unrolled thread
| Started by | Andreas Ziegler <andreas.ziegler@fau.de> |
|---|---|
| First post | 2016-03-31 09:30 +0200 |
| Last post | 2016-04-01 10:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] checkkconfigsymbols.py: Fix typo in help message Andreas Ziegler <andreas.ziegler@fau.de> - 2016-03-31 09:30 +0200
Re: [PATCH] checkkconfigsymbols.py: Fix typo in help message Valentin Rothberg <vrothberg@fsfe.org> - 2016-04-01 10:00 +0200
| From | Andreas Ziegler <andreas.ziegler@fau.de> |
|---|---|
| Date | 2016-03-31 09:30 +0200 |
| Subject | [PATCH] checkkconfigsymbols.py: Fix typo in help message |
| Message-ID | <riFdg-1sZ-7@gated-at.bofh.it> |
Fix a typo in the help message for the -d parameter by removing one 'm'.
Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
---
scripts/checkkconfigsymbols.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py
index d8f6c09..df643f6 100755
--- a/scripts/checkkconfigsymbols.py
+++ b/scripts/checkkconfigsymbols.py
@@ -89,7 +89,7 @@ def parse_options():
if opts.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", opts.diff):
sys.exit("Please specify valid input in the following format: "
- "\'commmit1..commit2\'")
+ "\'commit1..commit2\'")
if opts.commit or opts.diff:
if not opts.force and tree_is_dirty():
--
1.9.1
[toc] | [next] | [standalone]
| From | Valentin Rothberg <vrothberg@fsfe.org> |
|---|---|
| Date | 2016-04-01 10:00 +0200 |
| Message-ID | <rj29Q-1bH-15@gated-at.bofh.it> |
| In reply to | #1367902 |
On Mar 31 '16 09:24, Andreas Ziegler wrote:
> Fix a typo in the help message for the -d parameter by removing one 'm'.
>
> Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Acked-by: Valentin Rothberg <valentinrothberg@gmail.com>
> ---
> scripts/checkkconfigsymbols.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py
> index d8f6c09..df643f6 100755
> --- a/scripts/checkkconfigsymbols.py
> +++ b/scripts/checkkconfigsymbols.py
> @@ -89,7 +89,7 @@ def parse_options():
>
> if opts.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", opts.diff):
> sys.exit("Please specify valid input in the following format: "
> - "\'commmit1..commit2\'")
> + "\'commit1..commit2\'")
>
> if opts.commit or opts.diff:
> if not opts.force and tree_is_dirty():
> --
> 1.9.1
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web