summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-01-29 12:51:57 +0300
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-01-29 12:51:57 +0300
commit74c0167f8bcf02af8ff9f2677b2d85070ba7236d (patch)
tree5a840e9abb2e49abd64180c48e6e77ce428b237c /scripts/kernel-doc
parent5db47e37b38755c5e26e6b8fbc1a32ce73495940 (diff)
parent559f17bec508548850654dd04525fd69d90f6d4e (diff)
downloadlinux-74c0167f8bcf02af8ff9f2677b2d85070ba7236d.tar.xz
Merge drm-next into drm-intel-next-queued
Pull 4.15 into drm-intel-next-queued for next feature pull. Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'scripts/kernel-doc')
-rwxr-xr-xscripts/kernel-doc2
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) {
print STDERR "$warnings warnings\n";
}
-exit($errors);
+exit($output_mode eq "none" ? 0 : $errors);