summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-06 09:30:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-06 09:30:28 +0200
commitc8af035b4176af0e8da2cdd2d10109b56e06444e (patch)
tree5e1e6feff42470e7c167c89ee07b7e8b1c37f81b /scripts
parent3cdd18632e72cbb8b0402df3e4821dfd7d24643b (diff)
parent9e809ef4317cf96a477342a09b8c205a49e44554 (diff)
downloadbarebox-c8af035b4176af0e8da2cdd2d10109b56e06444e.tar.gz
barebox-c8af035b4176af0e8da2cdd2d10109b56e06444e.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 0d94f982fa..e80926fa0b 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -209,7 +209,7 @@ our $typeTypedefs = qr{(?x:
)};
our $logFunctions = qr{(?x:
- printk|
+ printk|printf|
pr_(debug|dbg|vdbg|devel|info|warning|err|notice|alert|crit|emerg|cont)|
(dev|netdev|netif)_(printk|dbg|vdbg|info|warn|err|notice|alert|crit|emerg|WARN)|
WARN|