Skip to content

Commit 20f7cce

Browse files
bulwahndavem330
authored andcommitted
MAINTAINERS: adjust header file entry in DPLL SUBSYSTEM
Commit 9431063 ("dpll: core: Add DPLL framework base functions") adds the section DPLL SUBSYSTEM in MAINTAINERS and includes a file entry to the non-existing file 'include/net/dpll.h'. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Looking at the file stat of the commit above, this entry clearly intended to refer to 'include/linux/dpll.h'. Adjust this header file entry in DPLL SUBSYSTEM. Signed-off-by: Lukas Bulwahn <[email protected]> Reviewed-by: Vadim Fedorenko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 473267a commit 20f7cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6342,7 +6342,7 @@ L: [email protected]
63426342
S: Supported
63436343
F: Documentation/driver-api/dpll.rst
63446344
F: drivers/dpll/*
6345-
F: include/net/dpll.h
6345+
F: include/linux/dpll.h
63466346
F: include/uapi/linux/dpll.h
63476347

63486348
DRBD DRIVER

0 commit comments

Comments
 (0)