aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 022a77b98123..34e4683de7a3 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -4967,6 +4967,7 @@ sub process {
4967 if (defined $define_args && $define_args ne "") { 4967 if (defined $define_args && $define_args ne "") {
4968 $define_args = substr($define_args, 1, length($define_args) - 2); 4968 $define_args = substr($define_args, 1, length($define_args) - 2);
4969 $define_args =~ s/\s*//g; 4969 $define_args =~ s/\s*//g;
4970 $define_args =~ s/\\\+?//g;
4970 @def_args = split(",", $define_args); 4971 @def_args = split(",", $define_args);
4971 } 4972 }
4972 4973