diff options
Diffstat (limited to 'scripts/kernel-doc')
-rwxr-xr-x | scripts/kernel-doc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 8b1dab63f11c..3cc333070e59 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -1465,6 +1465,8 @@ sub dump_function($$) { | |||
1465 | 1465 | ||
1466 | $prototype =~ s/^static +//; | 1466 | $prototype =~ s/^static +//; |
1467 | $prototype =~ s/^extern +//; | 1467 | $prototype =~ s/^extern +//; |
1468 | $prototype =~ s/^fastcall +//; | ||
1469 | $prototype =~ s/^asmlinkage +//; | ||
1468 | $prototype =~ s/^inline +//; | 1470 | $prototype =~ s/^inline +//; |
1469 | $prototype =~ s/^__inline__ +//; | 1471 | $prototype =~ s/^__inline__ +//; |
1470 | $prototype =~ s/^#define +//; #ak added | 1472 | $prototype =~ s/^#define +//; #ak added |