summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorKees Cook2012-10-05 02:13:38 +0200
committerLinus Torvalds2012-10-05 20:05:00 +0200
commita0a0a7a94c765f7219b57fa3b79389901bb0bc99 (patch)
tree8830687bde899b15cf1764aee396a15c8dee8fb9 /scripts/checkpatch.pl
parentCodingStyle: add networking specific block comment style (diff)
downloadkernel-qcow2-linux-a0a0a7a94c765f7219b57fa3b79389901bb0bc99.tar.gz
kernel-qcow2-linux-a0a0a7a94c765f7219b57fa3b79389901bb0bc99.tar.xz
kernel-qcow2-linux-a0a0a7a94c765f7219b57fa3b79389901bb0bc99.zip
checkpatch: fix name of "MODULE_PARM_DESC"
Fix macro name in checkpatch: s/PARAM/PARM/. Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 8e5ac71f42ee..21a9f5de0a21 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2972,7 +2972,7 @@ sub process {
my $exceptions = qr{
$Declare|
module_param_named|
- MODULE_PARAM_DESC|
+ MODULE_PARM_DESC|
DECLARE_PER_CPU|
DEFINE_PER_CPU|
__typeof__\(|