1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

checkpatch.pl: Add 'printf' to logFunctions

Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini
2013-06-06 09:28:19 -04:00
parent edfcf85a0a
commit 397bfd4642

View File

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