diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-07-26 07:58:43 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-27 16:22:17 -0600 |
commit | b4adc7df719e4d5426ece667a43483023dc9f53f (patch) | |
tree | 5f57618870643f58a6fd096fd0b527afe47251f3 /MAINTAINERS | |
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 <lukas.bulwahn@gmail.com>
Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Link: https://lore.kernel.org/r/20200726055843.10783-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'MAINTAINERS')
-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 <anil.s.keshavamurthy@intel.com> M: "David S. Miller" <davem@davemloft.net> M: Masami Hiramatsu <mhiramat@kernel.org> 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 |