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 4305b2f2ec5e..16e8b50c8fcb 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -2125,8 +2125,7 @@ sub dump_function($$) { | |||
2125 | 2125 | ||
2126 | create_parameterlist($args, ',', $file); | 2126 | create_parameterlist($args, ',', $file); |
2127 | } else { | 2127 | } else { |
2128 | print STDERR "Error(${file}:$.): cannot understand prototype: '$prototype'\n"; | 2128 | print STDERR "Warning(${file}:$.): cannot understand function prototype: '$prototype'\n"; |
2129 | ++$errors; | ||
2130 | return; | 2129 | return; |
2131 | } | 2130 | } |
2132 | 2131 | ||