diff options
Diffstat (limited to 'scripts/kernel-doc')
| -rwxr-xr-x | scripts/kernel-doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index ae3cac118a11..eb986a7809d3 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
| @@ -1578,6 +1578,7 @@ sub dump_function($$) { | |||
| 1578 | $prototype =~ s/__meminit +//; | 1578 | $prototype =~ s/__meminit +//; |
| 1579 | $prototype =~ s/__must_check +//; | 1579 | $prototype =~ s/__must_check +//; |
| 1580 | $prototype =~ s/__weak +//; | 1580 | $prototype =~ s/__weak +//; |
| 1581 | $prototype =~ s/__sched +//; | ||
| 1581 | my $define = $prototype =~ s/^#\s*define\s+//; #ak added | 1582 | my $define = $prototype =~ s/^#\s*define\s+//; #ak added |
| 1582 | $prototype =~ s/__attribute__\s*\(\( | 1583 | $prototype =~ s/__attribute__\s*\(\( |
| 1583 | (?: | 1584 | (?: |
