diff options
author | Lukas Bulwahn <lbulwahn@redhat.com> | 2024-04-11 08:24:43 +0200 |
---|---|---|
committer | Dave Jiang <dave.jiang@intel.com> | 2024-04-30 21:03:20 +0200 |
commit | c26a55e513f7f1a2e77d6a76fc8b76d1fde9e8e1 (patch) | |
tree | 164d51cc176ebe4e53f072f1606fc507459b1ca5 /MAINTAINERS | |
parent | Merge remote-tracking branch 'cxl/for-6.10/add-log-mbox-cmds' into cxl-for-next (diff) | |
download | linux-c26a55e513f7f1a2e77d6a76fc8b76d1fde9e8e1.tar.xz linux-c26a55e513f7f1a2e77d6a76fc8b76d1fde9e8e1.zip |
MAINTAINERS: repair file entry in COMPUTE EXPRESS LINK
Commit 12fb28ea6b1c ("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 <lukas.bulwahn@redhat.com>
Reviewed-by: Alison Schofield <alison.schofield@intel.com>
Link: https://lore.kernel.org/r/20240411062443.47372-1-lukas.bulwahn@redhat.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f6dc90559341..e533476081ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5332,7 +5332,7 @@ M: Dan Williams <dan.j.williams@intel.com> L: linux-cxl@vger.kernel.org S: Maintained F: drivers/cxl/ -F: include/linux/cxl-einj.h +F: include/linux/einj-cxl.h F: include/linux/cxl-event.h F: include/uapi/linux/cxl_mem.h F: tools/testing/cxl/ |