1
0
Fork 0

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>
hifive-unleashed-5.1
Andrew Morton 2014-10-13 15:51:40 -07:00 committed by Linus Torvalds
parent 8a6f0b47da
commit 388982b55e
1 changed files with 1 additions and 1 deletions

View File

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