OSDN Git Service

rtc: hym8563: Return -EINVAL if the time is known to be invalid
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / scripts / kernel-doc
index 638a38e..bba8ad9 100755 (executable)
@@ -2742,4 +2742,4 @@ if ($verbose && $warnings) {
   print STDERR "$warnings warnings\n";
 }
 
-exit($errors);
+exit($output_mode eq "none" ? 0 : $errors);