Loading scripts/checkpatch.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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"); } } Loading Loading
scripts/checkpatch.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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"); } } Loading