diff options
author | Lukas Bulwahn <[email protected]> | 2020-10-29 12:44:25 +0100 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2020-11-03 10:30:10 +0100 |
commit | 924ad325f55ef7d2b5f377cda7885136c00604ec (patch) | |
tree | 9a2db6b84b38656cf9ee11ad6e9ce3b999c54f08 | |
parent | 5b09081f4c5c7159cb3789f35bb82bd9d32061c9 (diff) |
MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section
Commit e8a60aa7404b ("platform/x86: Introduce support for Systems
Management Driver over WMI for Dell Systems") added a new section
DELL WMI SYSMAN DRIVERS in MAINTAINERS, but slipped in a typo.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/platform/x86/dell-wmi-syman/*
Point the file entry to the right location and add an entry for its
Documentation while at it.
Signed-off-by: Lukas Bulwahn <[email protected]>
Acked-by: Divya Bharathi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38b70bd41d96..f03aa9f480d8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4997,7 +4997,8 @@ M: Mario Limonciello <[email protected]> M: Prasanth Ksr <[email protected]> S: Maintained -F: drivers/platform/x86/dell-wmi-syman/* +F: Documentation/ABI/testing/sysfs-class-firmware-attributes +F: drivers/platform/x86/dell-wmi-sysman/ DELL WMI NOTIFICATIONS DRIVER M: Matthew Garrett <[email protected]> |