diff --git a/[refs] b/[refs] index ec44a0a2efbf..4945893e3b5c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e07c2c7301bd2c82e55cf5cbb36f7b5bddeb8e9 +refs/heads/master: 20072205fcdf7d85cd3101f1f11dfab333c5fd0c diff --git a/trunk/scripts/kernel-doc b/trunk/scripts/kernel-doc index c297eb4785d6..fcdfb245a575 100755 --- a/trunk/scripts/kernel-doc +++ b/trunk/scripts/kernel-doc @@ -1730,6 +1730,7 @@ sub dump_function($$) { $prototype =~ s/^noinline +//; $prototype =~ s/__devinit +//; $prototype =~ s/__init +//; + $prototype =~ s/__init_or_module +//; $prototype =~ s/^#\s*define\s+//; #ak added $prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;