diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kernel-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 187f5de4612c..df3b272f7ce6 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -1430,7 +1430,7 @@ sub create_parameterlist($$$) { | |||
1430 | # corresponding data structures "correctly". Catch it later in | 1430 | # corresponding data structures "correctly". Catch it later in |
1431 | # output_* subs. | 1431 | # output_* subs. |
1432 | push_parameter($arg, "", $file); | 1432 | push_parameter($arg, "", $file); |
1433 | } elsif ($arg =~ m/\(/) { | 1433 | } elsif ($arg =~ m/\(.*\*/) { |
1434 | # pointer-to-function | 1434 | # pointer-to-function |
1435 | $arg =~ tr/#/,/; | 1435 | $arg =~ tr/#/,/; |
1436 | $arg =~ m/[^\(]+\(\*([^\)]+)\)/; | 1436 | $arg =~ m/[^\(]+\(\*([^\)]+)\)/; |