[PATCH] MAINTAINERS: adjust file entry in INTEL TPMI DRIVER

Lukas Bulwahn posted 1 patch 2 weeks, 4 days ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in INTEL TPMI DRIVER
Posted by Lukas Bulwahn 2 weeks, 4 days ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit df7f9acd8646 ("platform/x86: intel: Add 'intel' prefix to the
modules automatically") renames tpmi.c to vsec_tpmi.c in
drivers/platform/x86/intel/, but misses to adjust the INTEL TPMI DRIVER
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 file renaming.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7fba9faf48c9..31b2252122ca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11851,7 +11851,7 @@ M:	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	Documentation/ABI/testing/debugfs-tpmi
-F:	drivers/platform/x86/intel/tpmi.c
+F:	drivers/platform/x86/intel/vsec_tpmi.c
 F:	include/linux/intel_tpmi.h
 
 INTEL UNCORE FREQUENCY CONTROL
-- 
2.47.0
Re: [PATCH] MAINTAINERS: adjust file entry in INTEL TPMI DRIVER
Posted by Ilpo Järvinen 2 weeks, 3 days ago
On Tue, 05 Nov 2024 16:28:13 +0100, Lukas Bulwahn wrote:

> Commit df7f9acd8646 ("platform/x86: intel: Add 'intel' prefix to the
> modules automatically") renames tpmi.c to vsec_tpmi.c in
> drivers/platform/x86/intel/, but misses to adjust the INTEL TPMI DRIVER
> section, which is referring to this file.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] MAINTAINERS: adjust file entry in INTEL TPMI DRIVER
      commit: 44ed58e57984d0fb26d1e267deb9d83a1a071dfe

--
 i.
Re: [PATCH] MAINTAINERS: adjust file entry in INTEL TPMI DRIVER
Posted by Andy Shevchenko 2 weeks, 4 days ago
On Tue, Nov 05, 2024 at 04:28:13PM +0100, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit df7f9acd8646 ("platform/x86: intel: Add 'intel' prefix to the
> modules automatically") renames tpmi.c to vsec_tpmi.c in
> drivers/platform/x86/intel/, but misses to adjust the INTEL TPMI DRIVER
> 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 file renaming.

Oh, right. Thanks for fixing this.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

-- 
With Best Regards,
Andy Shevchenko