]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/checkpatch.pl
arm: mx5: clock: fix PLL_FREQ_MIN() calculation
[karo-tx-uboot.git] / tools / checkpatch.pl
index 051ba0de376a42f39fdb931c95955ed7e70fcfc8..896e2bc985f4a24a00f5d27d1a9bb0dc230258cf 100755 (executable)
@@ -272,6 +272,8 @@ 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|
+       printf|
        MODULE_[A-Z_]+
 )};