diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 95ba30a24dcf019ac0632540fdf1abe6e64d8d04..01a65988a057bdc6b3c0d888b9ca8190da2ed20d 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2894,6 +2894,12 @@ sub process { { } + # Flatten any obvious string concatentation. + while ($dstat =~ s/("X*")\s*$Ident/$1/ || + $dstat =~ s/$Ident\s*("X*")/$1/) + { + } + my $exceptions = qr{ $Declare| module_param_named|