Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 388982b5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

checkpatch: fix spello



The plural of parenthesis is parentheses.

Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8a6f0b47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
				}
			}