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

2021-03-09 Thread Christoph Hellwig
On Mon, Mar 08, 2021 at 09:07:45PM -0400, Jason Gunthorpe wrote: > Indeed, checkpatch has been warning about this too And checkaptch as so often these days is completely full of shit. There is ansolutely not objective reason against using bare unsigned except for a weird anal preference of a

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

2021-03-08 Thread Jason Gunthorpe
On Mon, Mar 08, 2021 at 02:49:49PM -0700, Alex Williamson wrote: > Replace with 'unsigned int'. > > Signed-off-by: Alex Williamson > --- > drivers/vfio/pci/vfio_pci_intrs.c | 42 > ++--- > drivers/vfio/pci/vfio_pci_private.h |4 +- >

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

2021-03-08 Thread Alex Williamson
Replace with 'unsigned int'. Signed-off-by: Alex Williamson --- drivers/vfio/pci/vfio_pci_intrs.c | 42 ++--- drivers/vfio/pci/vfio_pci_private.h |4 +- drivers/vfio/platform/vfio_platform_irq.c | 21 +++--