docs: vfio: fix header path
authorJiri Pirko <jiri@nvidia.com>
Fri, 10 Mar 2023 09:58:57 +0000 (10:58 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 14 Mar 2023 17:31:57 +0000 (11:31 -0600)
The text points to a different header file, fix by changing
the path to "uapi".

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Yi Liu <yi.l.liu@intel.com>
Link: https://lore.kernel.org/r/20230310095857.985814-1-jiri@resnulli.us
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/vfio.rst

index 50b690f..68abc08 100644 (file)
@@ -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
 -------------------------------------------------------------------------------