[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240411062443.47372-1-lukas.bulwahn@redhat.com>
Date: Thu, 11 Apr 2024 08:24:43 +0200
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Ben Cheatham <Benjamin.Cheatham@....com>,
Dan Williams <dan.j.williams@...el.com>,
linux-cxl@...r.kernel.org,
linux-acpi@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] 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.
Repair the file entry in COMPUTE EXPRESS LINK (CXL).
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...hat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index edf6176a5530..03204db05027 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5415,7 +5415,7 @@ M: Dan Williams <dan.j.williams@...el.com>
L: linux-cxl@...r.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/
--
2.44.0
Powered by blists - more mailing lists