summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-08-25 13:38:53 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-08-25 13:38:53 +1000
commiteafac85e6f807523d879a02470147ad303589c5d (patch)
treea86cc7728b233c84e869f4b8603a9c48acc2ebb7 /scripts
parentf31ecfd59bcb503a5b2a302d9e6d336ab5bd973f (diff)
parent483ecaf2b0025575573d80038aea8829938b4495 (diff)
Merge branch 'rd-docs/master'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/kernel-doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index 16a07cfa4d34..70bea942b413 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -2085,6 +2085,7 @@ sub dump_function($$) {
$prototype =~ s/^noinline +//;
$prototype =~ s/__init +//;
$prototype =~ s/__init_or_module +//;
+ $prototype =~ s/__meminit +//;
$prototype =~ s/__must_check +//;
$prototype =~ s/__weak +//;
my $define = $prototype =~ s/^#\s*define\s+//; #ak added