Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lukas.bulwahn@gmail.com>
Acked-by: Divya Bharathi <divya.bharathi@dell.com>
Link: https://lore.kernel.org/r/20201029114425.22520-1-lukas.bulwahn@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Lukas Bulwahn and committed by
Hans de Goede
924ad325 5b09081f

+2 -1
+2 -1
MAINTAINERS
··· 4997 4997 M: Prasanth Ksr <prasanth.ksr@dell.com> 4998 4998 L: platform-driver-x86@vger.kernel.org 4999 4999 S: Maintained 5000 - F: drivers/platform/x86/dell-wmi-syman/* 5000 + F: Documentation/ABI/testing/sysfs-class-firmware-attributes 5001 + F: drivers/platform/x86/dell-wmi-sysman/ 5001 5002 5002 5003 DELL WMI NOTIFICATIONS DRIVER 5003 5004 M: Matthew Garrett <mjg59@srcf.ucam.org>