From 93881017d449b1df21067f942b4b18f3891448ee Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 16 Aug 2012 16:23:20 -0700 Subject: [PATCH] --- yaml --- r: 321701 b: refs/heads/master c: 0df7c0e3a73f5d12bca24d81ee5ed52947b372b6 h: refs/heads/master i: 321699: 5805126a27ae442285d4e3c5b76992216b9e9b9b v: v3 --- [refs] | 2 +- trunk/scripts/kernel-doc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d9c0b24625e2..bdbafab4470e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b0402d45326bc167d1652169c7ce5669f973730 +refs/heads/master: 0df7c0e3a73f5d12bca24d81ee5ed52947b372b6 diff --git a/trunk/scripts/kernel-doc b/trunk/scripts/kernel-doc index 9b0c0b8b4ab4..8fd107a3fac4 100755 --- a/trunk/scripts/kernel-doc +++ b/trunk/scripts/kernel-doc @@ -1786,6 +1786,7 @@ sub dump_function($$) { $prototype =~ s/__init +//; $prototype =~ s/__init_or_module +//; $prototype =~ s/__must_check +//; + $prototype =~ s/__weak +//; $prototype =~ s/^#\s*define\s+//; #ak added $prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;