Thread (6 messages) flat view 6 messages, 3 authors, 2016-10-27

Re: [PATCH] powerpc: process.c: fix Kconfig typo

From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-10-27 00:11:13
Also in: lkml

Valentin Rothberg [off-list ref] writes:
On Wed, Oct 26, 2016 at 12:40 PM, Michael Ellerman [off-list ref] wrote:
quoted
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help