Jiri Pirko <jiri@xxxxxxxxxxx> writes: > 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> > --- > 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