projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6f0b4
)
checkpatch: fix spello
author
Andrew Morton
<akpm@linux-foundation.org>
Mon, 13 Oct 2014 22:51:40 +0000
(15:51 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/scripts/checkpatch.pl
b/scripts/checkpatch.pl
index 4d08b398411fdec9b6707b4cd0db2fd73f1b13fa..4d869ddc3ea326950cfba4d5641c4157588486cf 100755
(executable)
--- a/
scripts/checkpatch.pl
+++ b/
scripts/checkpatch.pl
@@
-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 parenthes
i
s\n" . "$herectx");
+ "Macros with complex values should be enclosed in parenthes
e
s\n" . "$herectx");
}
}