mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 22:51:49 +01:00
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|)|
|
WARN(?:_RATELIMIT|_ONCE|)|
|
||||||
panic|
|
panic|
|
||||||
debug|
|
debug|
|
||||||
|
printf|
|
||||||
MODULE_[A-Z_]+
|
MODULE_[A-Z_]+
|
||||||
)};
|
)};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user