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>
このコミットが含まれているのは:
Andrew Morton
2014-10-13 15:51:40 -07:00
committed by Linus Torvalds
コミット 388982b55e

ファイルの表示

@@ -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");
}
}