From: Longfang Liu <liulongfang@huawei.com>
Date: Mon, 6 Nov 2023 15:22:25 +0800
Subject: MAINTAINERS: Add vfio debugfs interface doc link
Git-commit: 0d9bacfa615310e88bae385d64ca065953cb95ac
Patch-mainline: v6.8-rc1
References: jsc#PED-10968

After adding the debugfs function to the vfio driver,
a new debugfs-vfio file was added.

Signed-off-by: Longfang Liu <liulongfang@huawei.com>
Link: https://lore.kernel.org/r/20231106072225.28577-4-liulongfang@huawei.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Acked-by: Joerg Roedel <jroedel@suse.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 788be9ab5b73..d924ef5f5699 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22837,6 +22837,7 @@ M:	Alex Williamson <alex.williamson@redhat.com>
 L:	kvm@vger.kernel.org
 S:	Maintained
 T:	git https://github.com/awilliam/linux-vfio.git
+F:	Documentation/ABI/testing/debugfs-vfio
 F:	Documentation/ABI/testing/sysfs-devices-vfio-dev
 F:	Documentation/driver-api/vfio.rst
 F:	drivers/vfio/

