projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42da2c0
)
docs: vfio: fix header path
author
Jiri Pirko
<jiri@nvidia.com>
Fri, 10 Mar 2023 09:58:57 +0000
(10:58 +0100)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/Documentation/driver-api/vfio.rst
b/Documentation/driver-api/vfio.rst
index
50b690f
..
68abc08
100644
(file)
--- 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
-------------------------------------------------------------------------------