summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorJean Delvare2017-09-09 01:16:04 +0200
committerLinus Torvalds2017-09-09 03:26:50 +0200
commitab1ecabf4fdbd80b9d4ab7eacfd318c517b3f8f4 (patch)
tree83710c8e539f9a3daabfdb3fd0fece46dc7bc978 /scripts/checkpatch.pl
parentcheckpatch: add --strict check for ifs with unnecessary parentheses (diff)
downloadkernel-qcow2-linux-ab1ecabf4fdbd80b9d4ab7eacfd318c517b3f8f4.tar.gz
kernel-qcow2-linux-ab1ecabf4fdbd80b9d4ab7eacfd318c517b3f8f4.tar.xz
kernel-qcow2-linux-ab1ecabf4fdbd80b9d4ab7eacfd318c517b3f8f4.zip
checkpatch: fix typo in comment
Link: http://lkml.kernel.org/r/20170902175249.15bb77f2@endymion Signed-off-by: Jean Delvare <jdelvare@suse.de> Acked-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 143ab5ca2c41..3e66fbfd6234 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
#