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 94250d1a3a47..b2b0648ee14a 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -780,7 +780,7 @@ sub annotate_values {
780 $av_pending = 'N'; 780 $av_pending = 'N';
781 $type = 'N'; 781 $type = 'N';
782 782
783 } elsif ($cur =~/^(return|case|else)/o) { 783 } elsif ($cur =~/^(return|case|else|goto)/o) {
784 print "KEYWORD($1)\n" if ($dbg_values > 1); 784 print "KEYWORD($1)\n" if ($dbg_values > 1);
785 $type = 'N'; 785 $type = 'N';
786 786