checkpatch.pl: Add 'printf' to logFunctions
authorTom Rini <trini@ti.com>
Thu, 6 Jun 2013 13:28:19 +0000 (09:28 -0400)
committerTom Rini <trini@ti.com>
Thu, 6 Jun 2013 13:28:19 +0000 (09:28 -0400)
Signed-off-by: Tom Rini <trini@ti.com>
tools/checkpatch.pl

index 9f23901..896e2bc 100755 (executable)
@@ -273,6 +273,7 @@ our $logFunctions = qr{(?x:
        WARN(?:_RATELIMIT|_ONCE|)|
        panic|
        debug|
+       printf|
        MODULE_[A-Z_]+
 )};