diff options
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 9f2390187..896e2bc98 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_]+  )}; |