From: Jacob Keller Date: Wed, 3 Jul 2013 22:05:35 +0000 (-0700) Subject: checkpatch: allow longer logging function names X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0b6594e1055e3d4efcc28af11a8e42dd85ded4;p=pandora-kernel.git checkpatch: allow longer logging function names The current $logFunction regular expression allows names like dev_warn, e_dbg, netdev_info, etc, but some log functions are now written like e_dev_warn, so allow 1 or 2 word blocks with an underscore before the logging level. Signed-off-by: Jacob Keller Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed