summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2020-03-17 21:56:43 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2020-03-18 17:53:28 +0100
commit8edb699707393a87e012de0804f7acc636d76c6e (patch)
tree42dce3004746cb0b94e953a663746fb88789c77f
parent7ce84471e3c72e23020b046714358b45a7ffe9ab (diff)
downloadlinux-stable-8edb699707393a87e012de0804f7acc636d76c6e.tar.gz
linux-stable-8edb699707393a87e012de0804f7acc636d76c6e.tar.bz2
linux-stable-8edb699707393a87e012de0804f7acc636d76c6e.zip
MAINTAINERS: Better regex for dma_buf|fence|resv
We're getting some random other stuff that we're not really interested in, so match only word boundaries. Also avoid the capture group while at it. Suggested by Joe Perches. Acked-by: Sumit Semwal <sumit.semwal@linaro.org> Cc: linux-media@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: linaro-mm-sig@lists.linaro.org Cc: Joe Perches <joe@perches.com> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200317205643.1028398-1-daniel.vetter@ffwll.ch
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6ba8b584bf95..19eea095d560 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5025,7 +5025,7 @@ F: include/linux/dma-buf*
F: include/linux/dma-resv.h
F: include/linux/*fence.h
F: Documentation/driver-api/dma-buf.rst
-K: dma_(buf|fence|resv)
+K: \bdma_(?:buf|fence|resv)\b
T: git git://anongit.freedesktop.org/drm/drm-misc
DMA-BUF HEAPS FRAMEWORK