From: Jean Delvare Date: Fri, 8 Sep 2017 23:16:04 +0000 (-0700) Subject: checkpatch: fix typo in comment X-Git-Tag: v4.14-rc1~83^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab1ecabf4fdbd80b9d4ab7eacfd318c517b3f8f4;p=platform%2Fkernel%2Flinux-exynos.git checkpatch: fix typo in comment Link: http://lkml.kernel.org/r/20170902175249.15bb77f2@endymion Signed-off-by: Jean Delvare Acked-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 143ab5c..3e66fbf 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2875,7 +2875,7 @@ sub process { # #defines that are a single string # # There are 3 different line length message types: -# LONG_LINE_COMMENT a comment starts before but extends beyond $max_linelength +# LONG_LINE_COMMENT a comment starts before but extends beyond $max_line_length # LONG_LINE_STRING a string starts before but extends beyond $max_line_length # LONG_LINE all other lines longer than $max_line_length #