[PATCH] MAINTAINERS: repair file entries in THREAD WITH FILE

Lukas Bulwahn posted 1 patch 1 year, 11 months ago
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: repair file entries in THREAD WITH FILE
Posted by Lukas Bulwahn 1 year, 11 months ago
Commit ead021e0fe5b ("thread_with_file: Lift from bcachefs") adds the
section THREAD WITH FILE with file entries to the relevant header files
thread_with_file.h and thread_with_file_types.h in include/linux/.

The commit however unintentionally refers to files with a .c extension, but
the header files are of course with .h extension. Fortunately, the script
'./scripts/get_maintainer.pl --self-test=patterns' notices that.

Adjust the file entries to use the right extension.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 37bcf01bf1d1..d881bddabf17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22025,8 +22025,8 @@ M:	Kent Overstreet <kent.overstreet@linux.dev>
 M:	Darrick J. Wong <djwong@kernel.org>
 L:	linux-bcachefs@vger.kernel.org
 S:	Maintained
-F:	include/linux/thread_with_file.c
-F:	include/linux/thread_with_file_types.c
+F:	include/linux/thread_with_file.h
+F:	include/linux/thread_with_file_types.h
 F:	lib/thread_with_file.c
 
 THUNDERBOLT DMA TRAFFIC TEST DRIVER
-- 
2.17.1