[PATCH v2] MAINTAINERS: XDP: restrict N: and K:

From: Alexander A. Klimov
Date: Fri Jul 10 2020 - 15:06:24 EST


Rationale:
Documentation/arm/ixp4xx.rst contains "xdp" as part of "ixdp465"
which has nothing to do with XDP.

Signed-off-by: Alexander A. Klimov <grandmaster@xxxxxxxxxxxx>
---
Better?

MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1d4aa7f942de..735e2475e926 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18708,8 +18708,8 @@ F: include/trace/events/xdp.h
F: kernel/bpf/cpumap.c
F: kernel/bpf/devmap.c
F: net/core/xdp.c
-N: xdp
-K: xdp
+N: (?:\b|_)xdp
+K: (?:\b|_)xdp

XDP SOCKETS (AF_XDP)
M: BjÃrn TÃpel <bjorn.topel@xxxxxxxxx>
--
2.27.0