mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
checkpatch.pl: Add 'printf' to logFunctions
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
edfcf85a0a
commit
397bfd4642
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ our $logFunctions = qr{(?x:
|
|||
WARN(?:_RATELIMIT|_ONCE|)|
|
||||
panic|
|
||||
debug|
|
||||
printf|
|
||||
MODULE_[A-Z_]+
|
||||
)};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue