Skip to content

Commit 5bd97a5

Browse files
bulwahngregkh
authored andcommitted
pps: adjust references to actual name of uapi header file
Commit 86b525b ("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: 86b525b ("drivers pps: add PPS generators support") Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e364374 commit 5bd97a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/userspace-api/ioctl/ioctl-number.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Code Seq# Include File Comments
283283
'p' 80-9F linux/ppdev.h user-space parport
284284
285285
'p' A1-A5 linux/pps.h LinuxPPS
286-
'p' B1-B3 linux/pps-gen.h LinuxPPS
286+
'p' B1-B3 linux/pps_gen.h LinuxPPS
287287
288288
'q' 00-1F linux/serio.h
289289
'q' 80-FF linux/telephony.h Internet PhoneJACK, Internet LineJACK

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18729,8 +18729,8 @@ F: Documentation/devicetree/bindings/pps/pps-gpio.yaml
1872918729
F: Documentation/driver-api/pps.rst
1873018730
F: drivers/pps/
1873118731
F: include/linux/pps*.h
18732-
F: include/uapi/linux/pps-gen.h
1873318732
F: include/uapi/linux/pps.h
18733+
F: include/uapi/linux/pps_gen.h
1873418734

1873518735
PRESSURE STALL INFORMATION (PSI)
1873618736
M: Johannes Weiner <[email protected]>

0 commit comments

Comments
 (0)