* [PATCH] checkkconfigsymbols.py: Fix typo in help message
@ 2016-03-31 7:24 Andreas Ziegler
2016-04-01 7:46 ` Valentin Rothberg
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Ziegler @ 2016-03-31 7:24 UTC (permalink / raw)
To: Valentin Rothberg; +Cc: Greg Kroah-Hartman, linux-kernel, Andreas Ziegler
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] checkkconfigsymbols.py: Fix typo in help message
2016-03-31 7:24 [PATCH] checkkconfigsymbols.py: Fix typo in help message Andreas Ziegler
@ 2016-04-01 7:46 ` Valentin Rothberg
0 siblings, 0 replies; 2+ messages in thread
From: Valentin Rothberg @ 2016-04-01 7:46 UTC (permalink / raw)
To: Andreas Ziegler; +Cc: Valentin Rothberg, Greg Kroah-Hartman, linux-kernel
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-01 7:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-31 7:24 [PATCH] checkkconfigsymbols.py: Fix typo in help message Andreas Ziegler
2016-04-01 7:46 ` Valentin Rothberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox