diff options
author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2025-01-10 13:07:36 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-01-15 15:01:54 +0000 |
commit | 2816b0c949af89640b8dc05de53e650cbf1d55fb (patch) | |
tree | 5d7215a52ec484db3154ec068eb0c67d27ff2305 | |
parent | 756d4b7a873c1170b65ea1e4cf0312f0a3f9976f (diff) |
MAINTAINERS: Adjust the file entry for the qnap-mcu header
Commit 998f70d1806b ("mfd: Add base driver for qnap-mcu devices") adds a
file entry in MAINTAINERS referring to the file include/linux/qnap-mcu.h,
whereas the file added in the commit is placed in include/linux/mfd/.
Adjust the file entry to the actual location of this header file.
Fixes: 998f70d1806b ("mfd: Add base driver for qnap-mcu devices")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Link: https://lore.kernel.org/r/20250110120736.58831-1-lukas.bulwahn@redhat.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 219b6709b689..5583df569c83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19112,7 +19112,7 @@ F: drivers/hwmon/qnap-mcu-hwmon.c F: drivers/input/misc/qnap-mcu-input.c F: drivers/leds/leds-qnap-mcu.c F: drivers/mfd/qnap-mcu.c -F: include/linux/qnap-mcu.h +F: include/linux/mfd/qnap-mcu.h QNX4 FILESYSTEM M: Anders Larsen <al@alarsen.net> |