[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211020104647.11556-1-lukas.bulwahn@gmail.com>
Date: Wed, 20 Oct 2021 12:46:47 +0200
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Kees Cook <keescook@...omium.org>,
Anton Vorontsov <anton@...msg.org>,
Colin Cross <ccross@...roid.com>,
Tony Luck <tony.luck@...el.com>,
David Heidelberg <david@...t.cz>,
Rob Herring <robh@...nel.org>, devicetree@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: rectify entry for PSTORE FILESYSTEM
Commit 89a5bf0f22fd ("dt-bindings: reserved-memory: ramoops: Convert txt
bindings to yaml") converts ramoops.txt to ramoops.yaml, but missed to
adjust its reference in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
a broken reference.
Repair this file reference in PSTORE FILESYSTEM.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
applies cleanly on next-20211019
Please apply clean-up patch on top of commit above.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1ad9cbe46b53..cb84a0d46a24 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15336,7 +15336,7 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
F: Documentation/admin-guide/ramoops.rst
F: Documentation/admin-guide/pstore-blk.rst
-F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
+F: Documentation/devicetree/bindings/reserved-memory/ramoops.yaml
F: drivers/acpi/apei/erst.c
F: drivers/firmware/efi/efi-pstore.c
F: fs/pstore/
--
2.26.2
Powered by blists - more mailing lists