]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Input: userio - update maintainer name
authorVicki Pfau <vi@endrift.com>
Fri, 22 May 2026 01:50:39 +0000 (18:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 2 Jun 2026 04:49:14 +0000 (21:49 -0700)
She's been committing under the name Lyude Paul for a while

Signed-off-by: Vicki Pfau <vi@endrift.com>
Link: https://patch.msgid.link/20260522015040.3953472-1-vi@endrift.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/input/userio.rst
MAINTAINERS
drivers/input/serio/userio.c
include/uapi/linux/userio.h

index f780c77931fe086dcc5f21648e0aac56566dec63..41596215281564484562fa3cf6da7dc9fac4e6d4 100644 (file)
@@ -5,7 +5,7 @@ The userio Protocol
 ===================
 
 
-:Copyright: |copy| 2015 Stephen Chandler Paul <thatslyude@gmail.com>
+:Copyright: |copy| 2015 Lyude Paul <thatslyude@gmail.com>
 
 Sponsored by Red Hat
 
index 9ec290e38b44ac30e07148f720437c1d035d0fa5..ba67a2668231aa8937ee0d766a572c5fdc167b66 100644 (file)
@@ -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 <thatslyude@gmail.com>
+M:     Lyude Paul <thatslyude@gmail.com>
 S:     Maintained
 F:     drivers/input/serio/userio.c
 F:     include/uapi/linux/userio.h
index 91cb7a177b2db8d3b06aa9bdcabbc71ee6745a82..abca8cb6aca52630684bf5713be67448dafea60d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * userio kernel serio device emulation module
  * Copyright (C) 2015 Red Hat
- * Copyright (C) 2015 Stephen Chandler Paul <thatslyude@gmail.com>
+ * Copyright (C) 2015 Lyude Paul <thatslyude@gmail.com>
  *
  * 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 <thatslyude@gmail.com>");
+MODULE_AUTHOR("Lyude Paul <thatslyude@gmail.com>");
 MODULE_DESCRIPTION("Virtual Serio Device Support");
 MODULE_LICENSE("GPL");
index 74c9951d2cd044bfd03f8cee8551b41c060bdaf8..98fe7e9089c462fc852a196aedcb2287c3fbd953 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * userio: virtual serio device support
  * Copyright (C) 2015 Red Hat
- * Copyright (C) 2015 Lyude (Stephen Chandler Paul) <cpaul@redhat.com>
+ * Copyright (C) 2015 Lyude Paul <thatslyude@gmail.com>
  *
  * 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