Re: [PATCH] MAINTAINERS: adjust file entry in NVIDIA GHES HANDLER
"Rafael J. Wysocki" <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors,org.kernel.vger.linux-acpi,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJZ5v0hPd+J1L_Z8Wj=nz+zAp4gDp5v2jf7j2V1armLDGhFiBw@mail.gmail.com> |
On Mon, Apr 13, 2026 at 12:21 PM Lukas Bulwahn <[email protected]> wrote: > > From: Lukas Bulwahn <[email protected]> > > Commit d7610855b0b5 ("ACPI: APEI: GHES: Add NVIDIA vendor CPER record > handler") adds the file drivers/acpi/apei/ghes-nvidia.c and also adds a > section NVIDIA GHES VENDOR CPER RECORD HANDLER in the MAINTAINERS file with > a file entry referring to drivers/acpi/apei/nvidia-ghes.c. Note that the > file name in the entry (nvidia-ghes.c) differs from the actual file in > the repository (ghes-nvidia.c). > > Adjust the file entry to the actual existing file. > > Fixes: d7610855b0b5 ("ACPI: APEI: GHES: Add NVIDIA vendor CPER record handler") > Signed-off-by: Lukas Bulwahn <[email protected]> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d4b396dccfe9..a74012c38542 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19103,7 +19103,7 @@ NVIDIA GHES VENDOR CPER RECORD HANDLER > M: Kai-Heng Feng <[email protected]> > L: [email protected] > S: Maintained > -F: drivers/acpi/apei/nvidia-ghes.c > +F: drivers/acpi/apei/ghes-nvidia.c > > NVIDIA VRS RTC DRIVER > M: Shubhi Garg <[email protected]> > -- Applied as 7.1-rc material, thanks!