From: Tom Rini Date: Thu, 6 Jun 2013 13:28:19 +0000 (-0400) Subject: checkpatch.pl: Add 'printf' to logFunctions X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=397bfd4642c12fb1c83a24376e03316523581c44;p=project%2Fbcm63xx%2Fu-boot.git checkpatch.pl: Add 'printf' to logFunctions Signed-off-by: Tom Rini --- diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 9f23901872..896e2bc985 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_]+ )};