> From: Jiri Pirko <jiri@xxxxxxxxxxx> > Sent: Friday, March 10, 2023 5:59 PM > > From: Jiri Pirko <jiri@xxxxxxxxxx> > > The text points to a different header file, fix by changing > the path to "uapi". > > Signed-off-by: Jiri Pirko <jiri@xxxxxxxxxx> Reviewed-by: Yi Liu <yi.l.liu@xxxxxxxxx> > --- > 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