aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-01-29 11:51:57 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-01-29 11:51:57 +0200
commit74c0167f8bcf02af8ff9f2677b2d85070ba7236d (patch)
tree5a840e9abb2e49abd64180c48e6e77ce428b237c /scripts/kernel-doc
parentRevert "drm/i915: mark all device info struct with __initconst" (diff)
parentMerge tag 'drm-misc-next-fixes-2018-01-18' of git://anongit.freedesktop.org/d... (diff)
downloadlinux-74c0167f8bcf02af8ff9f2677b2d85070ba7236d.tar.gz
linux-74c0167f8bcf02af8ff9f2677b2d85070ba7236d.zip
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);