diff options
Diffstat (limited to 'scripts/kernel-doc')
| -rwxr-xr-x | scripts/kernel-doc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index dbd3e1ebbdad..da058da413e7 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
| @@ -2128,8 +2128,7 @@ sub dump_function($$) { | |||
| 2128 | 2128 | ||
| 2129 | create_parameterlist($args, ',', $file); | 2129 | create_parameterlist($args, ',', $file); |
| 2130 | } else { | 2130 | } else { |
| 2131 | print STDERR "Error(${file}:$.): cannot understand prototype: '$prototype'\n"; | 2131 | print STDERR "Warning(${file}:$.): cannot understand function prototype: '$prototype'\n"; |
| 2132 | ++$errors; | ||
| 2133 | return; | 2132 | return; |
| 2134 | } | 2133 | } |
| 2135 | 2134 | ||
