F: include/linux/*fence.h in "DMA BUFFER SHARING FRAMEWORK" entry matches include/linux/kfence.h although that header has nothing to do with dma-buf.
Replace it with explicit 'include/linux/dma-fence.h'. Signed-off-by: Mike Rapoport (Microsoft) <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c2414447892c2..656bc5ed8d2ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7688,7 +7688,7 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: Documentation/driver-api/dma-buf.rst F: Documentation/userspace-api/dma-buf-alloc-exchange.rst F: drivers/dma-buf/ -F: include/linux/*fence.h +F: include/linux/dma-fence.h F: include/linux/dma-buf.h F: include/linux/dma-buf/ F: include/linux/dma-resv.h --- base-commit: fd73f4a6659897191fa0d40695fe370925dd3780 change-id: 20260916-maint-dma-buf-3311abfdc90e -- Sincerely yours, Mike.
