diff --git a/[refs] b/[refs] index 6362fcaafc26..063f817c7568 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c7fff6ef36526fb54694ee8201870f98b6a1747 +refs/heads/master: 32e794015aa698fd6bf1ec21b713f900a707fb15 diff --git a/trunk/scripts/kernel-doc b/trunk/scripts/kernel-doc index 00d1ad19b2cc..7bc53a94faa9 100755 --- a/trunk/scripts/kernel-doc +++ b/trunk/scripts/kernel-doc @@ -1518,6 +1518,9 @@ sub dump_function($$) { $prototype =~ s/^asmlinkage +//; $prototype =~ s/^inline +//; $prototype =~ s/^__inline__ +//; + $prototype =~ s/^__inline +//; + $prototype =~ s/^__always_inline +//; + $prototype =~ s/^noinline +//; $prototype =~ s/__devinit +//; $prototype =~ s/^#define +//; #ak added $prototype =~ s/__attribute__ \(\([a-z,]*\)\)//;