]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
checkpatch: fix spello
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 13 Oct 2014 22:51:40 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:14 +0000 (02:18 +0200)
The plural of parenthesis is parentheses.

Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl

index 4d08b398411fdec9b6707b4cd0db2fd73f1b13fa..4d869ddc3ea326950cfba4d5641c4157588486cf 100755 (executable)
@@ -4126,7 +4126,7 @@ sub process {
                                              "Macros with multiple statements should be enclosed in a do - while loop\n" . "$herectx");
                                } else {
                                        ERROR("COMPLEX_MACRO",
-                                             "Macros with complex values should be enclosed in parenthesis\n" . "$herectx");
+                                             "Macros with complex values should be enclosed in parentheses\n" . "$herectx");
                                }
                        }