aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2014-10-13 18:51:40 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-13 20:18:14 -0400
commit388982b55e3290d4970e4c2951f3f6348fd0c54b (patch)
tree599b25633bbe0f988d3f68c0ce9b61c85d88257d /scripts/checkpatch.pl
parent8a6f0b47dad5f8653f2f6ca6360f9f97b8113571 (diff)
checkpatch: fix spello
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>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 4d08b398411f..4d869ddc3ea3 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -4126,7 +4126,7 @@ sub process {
4126 "Macros with multiple statements should be enclosed in a do - while loop\n" . "$herectx"); 4126 "Macros with multiple statements should be enclosed in a do - while loop\n" . "$herectx");
4127 } else { 4127 } else {
4128 ERROR("COMPLEX_MACRO", 4128 ERROR("COMPLEX_MACRO",
4129 "Macros with complex values should be enclosed in parenthesis\n" . "$herectx"); 4129 "Macros with complex values should be enclosed in parentheses\n" . "$herectx");
4130 } 4130 }
4131 } 4131 }
4132 4132