]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
pps: adjust references to actual name of uapi header file
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Fri, 10 Jan 2025 10:50:00 +0000 (11:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jan 2025 15:13:09 +0000 (16:13 +0100)
Commit 86b525bed275 ("drivers pps: add PPS generators support") adds a file
entry in MAINTAINERS and a reference in the ioctl-number documentation
referring to the file pps-gen.h, whereas the file added in this commit is
named pps_gen.h.

Adjust the two references to the actual name of the uapi header file.
While at it, put the entry in MAINTAINERS at the right place for
alphabetical ordering.

Fixes: 86b525bed275 ("drivers pps: add PPS generators support")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Link: https://lore.kernel.org/r/20250110105000.56228-1-lukas.bulwahn@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/userspace-api/ioctl/ioctl-number.rst
MAINTAINERS

index f7cb871cb714009c8cf3896098bb3811b17faacd..bf5aff018c2f402742384aae4abef08ee9801dba 100644 (file)
@@ -283,7 +283,7 @@ Code  Seq#    Include File                                           Comments
 'p'   80-9F  linux/ppdev.h                                           user-space parport
                                                                      <mailto:tim@cyberelk.net>
 'p'   A1-A5  linux/pps.h                                             LinuxPPS
-'p'   B1-B3  linux/pps-gen.h                                         LinuxPPS
+'p'   B1-B3  linux/pps_gen.h                                         LinuxPPS
                                                                      <mailto:giometti@linux.it>
 'q'   00-1F  linux/serio.h
 'q'   80-FF  linux/telephony.h                                       Internet PhoneJACK, Internet LineJACK
index 90ae1edf0ab59041d1cb10cbc2ab10934cee7731..fb33b76d4ea905e0212696b0202c860bc361b930 100644 (file)
@@ -18729,8 +18729,8 @@ F:      Documentation/devicetree/bindings/pps/pps-gpio.yaml
 F:     Documentation/driver-api/pps.rst
 F:     drivers/pps/
 F:     include/linux/pps*.h
-F:     include/uapi/linux/pps-gen.h
 F:     include/uapi/linux/pps.h
+F:     include/uapi/linux/pps_gen.h
 
 PRESSURE STALL INFORMATION (PSI)
 M:     Johannes Weiner <hannes@cmpxchg.org>