diff options
author | Lukas Bulwahn <[email protected]> | 2020-07-26 07:58:43 +0200 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2020-07-27 16:22:17 -0600 |
commit | b4adc7df719e4d5426ece667a43483023dc9f53f (patch) | |
tree | 5f57618870643f58a6fd096fd0b527afe47251f3 | |
parent | 5569f8967f888bee07dcda700683e4f2ad64f3df (diff) |
MAINTAINERS: adjust kprobes.rst entry to new location
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 <[email protected]>
Acked-by: Naveen N. Rao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bb12847e9315..f520202fa1ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9597,7 +9597,7 @@ M: Anil S Keshavamurthy <[email protected]> M: "David S. Miller" <[email protected]> M: Masami Hiramatsu <[email protected]> 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 |