[PATCH] MAINTAINERS: adjust kprobes.rst entry to new location

From: Lukas Bulwahn
Date: Sun Jul 26 2020 - 01:59:12 EST


Commit 2165b82fde82 ("docs: Move kprobes.rst from staging/ to trace/")
moved kprobes.rst, but missed to adjust the MAINTAINERS entry.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

warning: no file matches F: Documentation/staging/kprobes.rst

Adjust the entry to the new file location.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
---
Naveen, Masami-san, please ack.
Jonathan, please pick this minor non-urgent patch into docs-next.

applies cleanly on next-20200724

MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 960f7d43f9d7..416fc4555834 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9676,7 +9676,7 @@ M: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx>
M: "David S. Miller" <davem@xxxxxxxxxxxxx>
M: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
S: Maintained
-F: Documentation/staging/kprobes.rst
+F: Documentation/trace/kprobes.rst
F: include/asm-generic/kprobes.h
F: include/linux/kprobes.h
F: kernel/kprobes.c
--
2.17.1