diff mbox series

MAINTAINERS: repair file entry in COMPUTE EXPRESS LINK

Message ID 20240411062443.47372-1-lukas.bulwahn@redhat.com
State Accepted
Commit c26a55e513f7f1a2e77d6a76fc8b76d1fde9e8e1
Headers show
Series MAINTAINERS: repair file entry in COMPUTE EXPRESS LINK | expand

Commit Message

Lukas Bulwahn April 11, 2024, 6:24 a.m. UTC
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@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alison Schofield April 30, 2024, 7 p.m. UTC | #1
On Thu, Apr 11, 2024 at 09:27:39AM -0700, Alison Schofield wrote:
> On Thu, Apr 11, 2024 at 08:24:43AM +0200, Lukas Bulwahn wrote:
> > 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).
> 
> How about stating the impact, something like:
> 
> 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.

Hi Dave,

Perhaps you can amend the commit log with this suggestion upon applying.

With that done, you can add:

Reviewed-by: Alison Schofield <alison.schofield@intel.com>

> 
> It is interesting how you found it and I'm not suggesting deleting
> that.
> 
> Thanks,
> Alison
> 
> 
> > 
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.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@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/
> > -- 
> > 2.44.0
> > 
> > 
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index edf6176a5530..03204db05027 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5415,7 +5415,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/