aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/split-man.pl
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-05-04 05:38:51 -1000
committerLinus Torvalds <torvalds@linux-foundation.org>2018-05-04 05:38:51 -1000
commitb99dc74253980287c826b8158327fc8f2ff03dad (patch)
tree05271a97e9e64987555009cd7486a6813b798446 /scripts/split-man.pl
parentMerge tag 'sound-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... (diff)
parentMAINTAINERS & files: Canonize the e-mails I use at files (diff)
downloadlinux-b99dc74253980287c826b8158327fc8f2ff03dad.tar.gz
linux-b99dc74253980287c826b8158327fc8f2ff03dad.zip
Merge tag 'media/v4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fixes from Mauro Carvalho Chehab: - a trivial one-line fix addressing a PTR_ERR() getting value from a wrong var at imx driver - a patch changing my e-mail at the Kernel tree to mchehab@kernel.org. no code changes * tag 'media/v4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: MAINTAINERS & files: Canonize the e-mails I use at files media: imx-media-csi: Fix inconsistent IS_ERR and PTR_ERR
Diffstat (limited to 'scripts/split-man.pl')
-rwxr-xr-xscripts/split-man.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/split-man.pl b/scripts/split-man.pl
index bfe16cbe42df..c3db607ee9ec 100755
--- a/scripts/split-man.pl
+++ b/scripts/split-man.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# SPDX-License-Identifier: GPL-2.0
#
-# Author: Mauro Carvalho Chehab <mchehab@s-opensource.com>
+# Author: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
#
# Produce manpages from kernel-doc.
# See Documentation/doc-guide/kernel-doc.rst for instructions