diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-23 20:48:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-23 20:48:47 -0500 |
commit | c8f2fe4e670c91172540ab36700d7a8411fc6f76 (patch) | |
tree | 9bdd5b00990b9174ce72752f2feda13dbf5c0ff5 /scripts/checkpatch.pl | |
parent | 601c2879f8b9b20c8215858db862cde8ba65fd72 (diff) | |
parent | 16540d07fd62f97838950578008301f1639f33fb (diff) |
Merge branch '2019-11-23-master-imports'
- More travis job splits
- Assorted build clean-ups
- Correct optimization flags for some ARMv6 platforms
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 6fcc66afb08..c2641bc995e 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -464,6 +464,8 @@ our $logFunctions = qr{(?x: TP_printk| WARN(?:_RATELIMIT|_ONCE|)| panic| + debug| + printf| MODULE_[A-Z_]+| seq_vprintf|seq_printf|seq_puts )}; |