diff options
| -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 051ba0de3..9f2390187 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -272,6 +272,7 @@ our $logFunctions = qr{(?x:  	[a-z0-9]+_(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WARN)(?:_ratelimited|_once|)|  	WARN(?:_RATELIMIT|_ONCE|)|  	panic| +	debug|  	MODULE_[A-Z_]+  )}; |