X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fcheckpatch.pl;h=9f23901872c9b7aa85d5d993016ba7094b016401;hb=fd622f239f9145cff1121297d2ac2ebf17d5ec0a;hp=051ba0de376a42f39fdb931c95955ed7e70fcfc8;hpb=d45a6ae2419412098007798eb148c3fbf4cc530a;p=u-boot diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 051ba0de37..9f23901872 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -272,6 +272,7 @@ our $logFunctions = qr{(?x: [a-z0-9]+_(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WARN)(?:_ratelimited|_once|)| WARN(?:_RATELIMIT|_ONCE|)| panic| + debug| MODULE_[A-Z_]+ )};