aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
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 {
2875# #defines that are a single string 2875# #defines that are a single string
2876# 2876#
2877# There are 3 different line length message types: 2877# There are 3 different line length message types:
2878# LONG_LINE_COMMENT a comment starts before but extends beyond $max_linelength 2878# LONG_LINE_COMMENT a comment starts before but extends beyond $max_line_length
2879# LONG_LINE_STRING a string starts before but extends beyond $max_line_length 2879# LONG_LINE_STRING a string starts before but extends beyond $max_line_length
2880# LONG_LINE all other lines longer than $max_line_length 2880# LONG_LINE all other lines longer than $max_line_length
2881# 2881#