X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=contrib%2Fscripts%2Fcheckpatch.pl;h=763c20573b3ba424d5ecaebf4058ebfef2094c0e;hp=15b9dd61109d7ed713350ed1137dbcea21b48902;hb=cf48a2d23bca685e1076e45370c5d3763c9a9952;hpb=4751e4a951975e7fa5fa8de893224f9cc03f4165 diff --git a/contrib/scripts/checkpatch.pl b/contrib/scripts/checkpatch.pl index 15b9dd6..763c205 100755 --- a/contrib/scripts/checkpatch.pl +++ b/contrib/scripts/checkpatch.pl @@ -3042,7 +3042,7 @@ sub process { # Block comment styles # Networking with an initial /* - if ($realfile =~ m@^(drivers/net/|net/)@ && + if ($realfile =~ m@^(drivers/net/|net/|lnet)@ && $prevrawline =~ /^\+[ \t]*\/\*[ \t]*$/ && $rawline =~ /^\+[ \t]*\*/ && $realline > 2) {