checkpatch.pl: Add 'printf' to logFunctions
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
edfcf85a0a
commit
397bfd4642
@ -273,6 +273,7 @@ our $logFunctions = qr{(?x:
|
||||
WARN(?:_RATELIMIT|_ONCE|)|
|
||||
panic|
|
||||
debug|
|
||||
printf|
|
||||
MODULE_[A-Z_]+
|
||||
)};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user