Browse Source

checkpatch.pl: Add 'printf' to logFunctions

Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini 12 years ago
parent
commit
397bfd4642
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/checkpatch.pl

+ 1 - 0
tools/checkpatch.pl

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