From 513a0503820d2aaee9216d7e56beab0292e04932 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 19 Jun 2008 16:03:29 -0700 Subject: [PATCH] --- yaml --- r: 106515 b: refs/heads/master c: 74fc5c653c5d0f9d4d70499709a68e61c4acf991 h: refs/heads/master i: 106513: 5e48503390935542f0d2c8b66dd4c158f2b66ac3 106511: 5563c8d543c8ba205d24bb0411dd81aa2b84cb02 v: v3 --- [refs] | 2 +- trunk/scripts/kernel-doc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 63e5d2a47a22..cded6dd04bc5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb5e2b379732e1a6ea32392980bb42e0212db842 +refs/heads/master: 74fc5c653c5d0f9d4d70499709a68e61c4acf991 diff --git a/trunk/scripts/kernel-doc b/trunk/scripts/kernel-doc index 88e3934a8b8c..d8f77e26081c 100755 --- a/trunk/scripts/kernel-doc +++ b/trunk/scripts/kernel-doc @@ -1643,6 +1643,7 @@ sub dump_function($$) { $prototype =~ s/^__always_inline +//; $prototype =~ s/^noinline +//; $prototype =~ s/__devinit +//; + $prototype =~ s/__init +//; $prototype =~ s/^#define\s+//; #ak added $prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;