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 d80b55a6f89b..67b0c9faa32d 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -1793,7 +1793,7 @@ sub process {
1793 $c = 'C' if ($elements[$n + 2] =~ /^$;/); 1793 $c = 'C' if ($elements[$n + 2] =~ /^$;/);
1794 $c = 'B' if ($elements[$n + 2] =~ /^(\)|\]|;)/); 1794 $c = 'B' if ($elements[$n + 2] =~ /^(\)|\]|;)/);
1795 $c = 'O' if ($elements[$n + 2] eq ''); 1795 $c = 'O' if ($elements[$n + 2] eq '');
1796 $c = 'E' if ($elements[$n + 2] =~ /\s*\\$/); 1796 $c = 'E' if ($elements[$n + 2] =~ /^\s*\\$/);
1797 } else { 1797 } else {
1798 $c = 'E'; 1798 $c = 'E';
1799 } 1799 }