summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2024-02-16 09:19:17 +0100
committerKent Overstreet <kent.overstreet@linux.dev>2024-02-27 13:59:06 -0500
commit8132a53994aaaf5a842b09741912f5131e66676c (patch)
treee2b97dd75b6240efced3a3609356432b22d2694f
parentbf155f7ca6eda5c7b459389ba72609d625aa27a7 (diff)
MAINTAINERS: repair file entries in THREAD WITH FILE
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> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--MAINTAINERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 442de1f5528f..7b6d5c9588b3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21896,8 +21896,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