Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1509980
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] powerpc: process.c: fix Kconfig typo |
| Date | 2016-10-27 02:20 +0200 |
| Message-ID | <swGAh-2IM-13@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <sp3kl-8nD-3@gated-at.bofh.it> <swpSO-8g8-3@gated-at.bofh.it> <swpSO-8g8-1@gated-at.bofh.it> <swtWp-2sp-5@gated-at.bofh.it> <swtWp-2sp-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Valentin Rothberg <valentinrothberg@gmail.com> writes:
> On Wed, Oct 26, 2016 at 12:40 PM, Michael Ellerman <mpe@ellerman.id.au> wrote:
>> diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py
>> index a32e4da4c117..3820f00b066a 100755
>> --- a/scripts/checkkconfigsymbols.py
>> +++ b/scripts/checkkconfigsymbols.py
>> @@ -88,7 +88,7 @@ def parse_options():
>> if args.commit and args.diff:
>> sys.exit("Please specify only one option at once.")
>>
>> - if args.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", args.diff):
>> + if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff):
>> sys.exit("Please specify valid input in the following format: "
>> "\'commit1..commit2\'")
>
> Looks great. If you agree, I'll pick this up and send the patch to
> Greg (who takes patches for this script)?
That'd be great, thanks.
cheers
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH] powerpc: process.c: fix Kconfig typo Valentin Rothberg <valentinrothberg@gmail.com> - 2016-10-26 08:30 +0200
Re: [PATCH] powerpc: process.c: fix Kconfig typo Michael Ellerman <mpe@ellerman.id.au> - 2016-10-26 12:50 +0200
Re: [PATCH] powerpc: process.c: fix Kconfig typo Valentin Rothberg <valentinrothberg@gmail.com> - 2016-10-26 12:50 +0200
Re: [PATCH] powerpc: process.c: fix Kconfig typo Michael Ellerman <mpe@ellerman.id.au> - 2016-10-27 02:20 +0200
csiph-web