diff options
-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 bd29a92b4b48..df0f045a9a89 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -3248,4 +3248,4 @@ if ($verbose && $warnings) { | |||
3248 | print STDERR "$warnings warnings\n"; | 3248 | print STDERR "$warnings warnings\n"; |
3249 | } | 3249 | } |
3250 | 3250 | ||
3251 | exit($errors); | 3251 | exit($output_mode eq "none" ? 0 : $errors); |