diff options
| author | Tom Rini <[email protected]> | 2013-06-06 09:28:19 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-06-06 09:28:19 -0400 |
| commit | 397bfd4642c12fb1c83a24376e03316523581c44 (patch) | |
| tree | 5adfc7fc75163137b4f653a7e931f662a17867fa /tools/checkpatch.pl | |
| parent | edfcf85a0a4abbeb3798b5159adab586d025ab86 (diff) | |
checkpatch.pl: Add 'printf' to logFunctions
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'tools/checkpatch.pl')
| -rwxr-xr-x | tools/checkpatch.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 9f23901872c..896e2bc985f 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -273,6 +273,7 @@ our $logFunctions = qr{(?x: WARN(?:_RATELIMIT|_ONCE|)| panic| debug| + printf| MODULE_[A-Z_]+ )}; |
