Skip to content

Commit

Permalink
checkpatch: fix name of "MODULE_PARM_DESC"
Browse files Browse the repository at this point in the history
Fix macro name in checkpatch: s/PARAM/PARM/.

Signed-off-by: Kees Cook <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
kees authored and torvalds committed Oct 5, 2012
1 parent c4ff1b5 commit a0a0a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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__\(|
Expand Down

0 comments on commit a0a0a7a

Please sign in to comment.