Message ID | 20230310095857.985814-1-jiri@resnulli.us (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs: vfio: fix header path | expand |
> From: Jiri Pirko <jiri@resnulli.us> > Sent: Friday, March 10, 2023 5:59 PM > > From: Jiri Pirko <jiri@nvidia.com> > > 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> > --- > Documentation/driver-api/vfio.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > ------------------------------------------------------------------------------- > -- > 2.39.0
Jiri Pirko <jiri@resnulli.us> writes: > From: Jiri Pirko <jiri@nvidia.com> > > The text points to a different header file, fix by changing > the path to "uapi". > > Signed-off-by: Jiri Pirko <jiri@nvidia.com> > --- > Documentation/driver-api/vfio.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. Applied, thanks. jon
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 -------------------------------------------------------------------------------