|
@@ -3105,6 +3105,7 @@ sub process {
|
|
|
$line =~ /^\+[a-z_]*init/ ||
|
|
$line =~ /^\+[a-z_]*init/ ||
|
|
|
$line =~ /^\+\s*(?:static\s+)?[A-Z_]*ATTR/ ||
|
|
$line =~ /^\+\s*(?:static\s+)?[A-Z_]*ATTR/ ||
|
|
|
$line =~ /^\+\s*DECLARE/ ||
|
|
$line =~ /^\+\s*DECLARE/ ||
|
|
|
|
|
+ $line =~ /^\+\s*builtin_[\w_]*driver/ ||
|
|
|
$line =~ /^\+\s*__setup/)) {
|
|
$line =~ /^\+\s*__setup/)) {
|
|
|
if (CHK("LINE_SPACING",
|
|
if (CHK("LINE_SPACING",
|
|
|
"Please use a blank line after function/struct/union/enum declarations\n" . $hereprev) &&
|
|
"Please use a blank line after function/struct/union/enum declarations\n" . $hereprev) &&
|