Re: [PATCH v1 13/14] vfio: Remove extern from declarations across vfio

From: Jason Gunthorpe
Date: Mon Mar 08 2021 - 20:08:22 EST


On Mon, Mar 08, 2021 at 02:49:42PM -0700, Alex Williamson wrote:
> Cleanup disrecommended usage and docs.
>
> Signed-off-by: Alex Williamson <alex.williamson@xxxxxxxxxx>
> ---
> Documentation/driver-api/vfio-mediated-device.rst | 19 ++-
> Documentation/driver-api/vfio.rst | 4 -
> drivers/s390/cio/vfio_ccw_cp.h | 13 +-
> drivers/s390/cio/vfio_ccw_private.h | 14 +-
> drivers/s390/crypto/vfio_ap_private.h | 2
> drivers/vfio/fsl-mc/vfio_fsl_mc_private.h | 7 +
> drivers/vfio/pci/vfio_pci_private.h | 66 +++++------
> drivers/vfio/platform/vfio_platform_private.h | 31 +++--
> include/linux/vfio.h | 122 ++++++++++-----------
> 9 files changed, 130 insertions(+), 148 deletions(-)

I'm glad to see this, could you apply it instead of waiting for the
other patches?

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason