From 91fed686f38b0c360c5c232e6795b548ba2e9ed5 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 23 Mar 2010 13:35:24 -0700 Subject: [PATCH] --- yaml --- r: 188910 b: refs/heads/master c: 20072205fcdf7d85cd3101f1f11dfab333c5fd0c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/kernel-doc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,]*\)\)//;