Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiri Pirko and committed by
Jonathan Corbet
d7ba3657 42da2c00

+1 -1
+1 -1
Documentation/driver-api/vfio.rst
··· 242 242 VFIO User API 243 243 ------------------------------------------------------------------------------- 244 244 245 - Please see include/linux/vfio.h for complete API documentation. 245 + Please see include/uapi/linux/vfio.h for complete API documentation. 246 246 247 247 VFIO bus driver API 248 248 -------------------------------------------------------------------------------