[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240917103955.102921-1-lukas.bulwahn@redhat.com>
Date: Tue, 17 Sep 2024 12:39:55 +0200
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Andy Shevchenko <andy@...nel.org>,
Hans de Goede <hdegoede@...hat.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
platform-driver-x86@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM
From: Lukas Bulwahn <lukas.bulwahn@...hat.com>
Commit 5f1cda51107f ("platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to
x86 subfolder") moves intel-mid_wdt.h in ./include/linux/platform_data into
the x86 subdirectory, but misses to adjust the INTEL MID PLATFORM section,
which is referring to this file.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Adjust the file entry to this header file movement.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...hat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4c4116045664..9a4fa88edcd3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11646,7 +11646,7 @@ F: drivers/platform/x86/intel_scu_*
F: drivers/staging/media/atomisp/
F: drivers/watchdog/intel-mid_wdt.c
F: include/linux/mfd/intel_soc_pmic_mrfld.h
-F: include/linux/platform_data/intel-mid_wdt.h
+F: include/linux/platform_data/x86/intel-mid_wdt.h
F: include/linux/platform_data/x86/intel_scu_ipc.h
INTEL P-Unit IPC DRIVER
--
2.46.0
Powered by blists - more mailing lists