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 <[email protected]> --- 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 <[email protected]> M: Darrick J. Wong <[email protected]> L: [email protected] 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
