aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Pirko <[email protected]>2023-03-10 10:58:57 +0100
committerJonathan Corbet <[email protected]>2023-03-14 11:31:57 -0600
commitd7ba3657d5162bd551e5c653f67f941c94a7dc0a (patch)
treee8e118f2430e7b157cb2d72c496c1ad83faf612b
parent42da2c00b91486980a724c05c29818a7e60a067e (diff)
docs: vfio: fix header path
The text points to a different header file, fix by changing the path to "uapi". Signed-off-by: Jiri Pirko <[email protected]> Reviewed-by: Yi Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/driver-api/vfio.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/vfio.rst b/Documentation/driver-api/vfio.rst
index 50b690f7f663..68abc089d6dd 100644
--- a/Documentation/driver-api/vfio.rst
+++ b/Documentation/driver-api/vfio.rst
@@ -242,7 +242,7 @@ group and can access them as follows::
VFIO User API
-------------------------------------------------------------------------------
-Please see include/linux/vfio.h for complete API documentation.
+Please see include/uapi/linux/vfio.h for complete API documentation.
VFIO bus driver API
-------------------------------------------------------------------------------