X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=scripts%2Fkernel-doc;h=70bea942b4135b6a607bdb8ded0f50f0142aba40;hb=2b12164b55e76e421c069de2cdf6b04c077983f1;hp=16a07cfa4d3469d0a386cc1264afb07c6241bcea;hpb=43c40df2c7fedce640a6c39fcdf58764f6bbac5c;p=cascardo%2Flinux.git 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