From 363ef61617f73475d9854461ea04874da106a7ac Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 11 Oct 2006 01:22:10 -0700 Subject: [PATCH] --- yaml --- r: 39362 b: refs/heads/master c: 32e794015aa698fd6bf1ec21b713f900a707fb15 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/kernel-doc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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,]*\)\)//;