From: Vicki Pfau Date: Fri, 22 May 2026 01:50:39 +0000 (-0700) Subject: Input: userio - update maintainer name X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37340ac2c7be914ff76fdc6bb505b204a4140268;p=thirdparty%2Fkernel%2Flinux.git Input: userio - update maintainer name She's been committing under the name Lyude Paul for a while Signed-off-by: Vicki Pfau Link: https://patch.msgid.link/20260522015040.3953472-1-vi@endrift.com Signed-off-by: Dmitry Torokhov --- diff --git a/Documentation/input/userio.rst b/Documentation/input/userio.rst index f780c77931fe0..4159621528156 100644 --- a/Documentation/input/userio.rst +++ b/Documentation/input/userio.rst @@ -5,7 +5,7 @@ The userio Protocol =================== -:Copyright: |copy| 2015 Stephen Chandler Paul +:Copyright: |copy| 2015 Lyude Paul Sponsored by Red Hat diff --git a/MAINTAINERS b/MAINTAINERS index 9ec290e38b44a..ba67a2668231a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -28403,7 +28403,7 @@ F: sound/drivers/pcmtest.c F: tools/testing/selftests/alsa/test-pcmtest-driver.c VIRTUAL SERIO DEVICE DRIVER -M: Stephen Chandler Paul +M: Lyude Paul S: Maintained F: drivers/input/serio/userio.c F: include/uapi/linux/userio.h diff --git a/drivers/input/serio/userio.c b/drivers/input/serio/userio.c index 91cb7a177b2db..abca8cb6aca52 100644 --- a/drivers/input/serio/userio.c +++ b/drivers/input/serio/userio.c @@ -1,7 +1,7 @@ /* * userio kernel serio device emulation module * Copyright (C) 2015 Red Hat - * Copyright (C) 2015 Stephen Chandler Paul + * Copyright (C) 2015 Lyude Paul * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -278,6 +278,6 @@ module_driver(userio_misc, misc_register, misc_deregister); MODULE_ALIAS_MISCDEV(USERIO_MINOR); MODULE_ALIAS("devname:" USERIO_NAME); -MODULE_AUTHOR("Stephen Chandler Paul "); +MODULE_AUTHOR("Lyude Paul "); MODULE_DESCRIPTION("Virtual Serio Device Support"); MODULE_LICENSE("GPL"); diff --git a/include/uapi/linux/userio.h b/include/uapi/linux/userio.h index 74c9951d2cd04..98fe7e9089c46 100644 --- a/include/uapi/linux/userio.h +++ b/include/uapi/linux/userio.h @@ -2,7 +2,7 @@ /* * userio: virtual serio device support * Copyright (C) 2015 Red Hat - * Copyright (C) 2015 Lyude (Stephen Chandler Paul) + * Copyright (C) 2015 Lyude Paul * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the