Re: [PATCH v1 14/14] vfio: Cleanup use of bare unsigned

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


On Mon, Mar 08, 2021 at 02:49:49PM -0700, Alex Williamson wrote:
> Replace with 'unsigned int'.
>
> Signed-off-by: Alex Williamson <alex.williamson@xxxxxxxxxx>
> ---
> drivers/vfio/pci/vfio_pci_intrs.c | 42 ++++++++++++++-----------
> drivers/vfio/pci/vfio_pci_private.h | 4 +-
> drivers/vfio/platform/vfio_platform_irq.c | 21 +++++++------
> drivers/vfio/platform/vfio_platform_private.h | 4 +-
> 4 files changed, 39 insertions(+), 32 deletions(-)

Indeed, checkpatch has been warning about this too

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Again it would be nice to apply it

Jason