Skip to content

Commit a4521a5

Browse files
author
Alex Williamson
committed
docs: vfio: fix header path
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2188088 commit d7ba365 Author: Jiri Pirko <jiri@nvidia.com> Date: Fri Mar 10 10:58:57 2023 +0100 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 <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> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
1 parent 915d77e commit a4521a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/driver-api/vfio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ group and can access them as follows::
242242
VFIO User API
243243
-------------------------------------------------------------------------------
244244

245-
Please see include/linux/vfio.h for complete API documentation.
245+
Please see include/uapi/linux/vfio.h for complete API documentation.
246246

247247
VFIO bus driver API
248248
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)