Skip to content

Commit c26a55e

Browse files
Lukas Bulwahndavejiang
authored andcommitted
MAINTAINERS: repair file entry in COMPUTE EXPRESS LINK
Commit 12fb28e ("EINJ: Add CXL error type support") adds the header file include/linux/einj-cxl.h, but then adds a file entry with cxl-einj.h (note the swapping of words) to the COMPUTE EXPRESS LINK (CXL) section. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. get_maintainer.pl can only return commit_signer history for file include/linux/einj-cxl.h because the entry in MAINTAINERS is wrong. Correct the entry so that the full MAINTAINER list is returned. Repair the file entry in COMPUTE EXPRESS LINK (CXL). Signed-off-by: Lukas Bulwahn <[email protected]> Reviewed-by: Alison Schofield <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dave Jiang <[email protected]>
1 parent db4fdb7 commit c26a55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5332,7 +5332,7 @@ M: Dan Williams <[email protected]>
53325332
53335333
S: Maintained
53345334
F: drivers/cxl/
5335-
F: include/linux/cxl-einj.h
5335+
F: include/linux/einj-cxl.h
53365336
F: include/linux/cxl-event.h
53375337
F: include/uapi/linux/cxl_mem.h
53385338
F: tools/testing/cxl/

0 commit comments

Comments
 (0)