]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ibmvnic: prefer 'unsigned long' over 'unsigned long int'
authorLijun Pan <lijunp213@gmail.com>
Thu, 11 Feb 2021 06:43:18 +0000 (00:43 -0600)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2021 21:03:00 +0000 (13:03 -0800)
commit429aa36469f95b0e389b512dcbd1065225e9d0a2
treeaa41c9f436e73e49fece1a004034431e6f1d22e5
parent260b6971cba358233c747ee269a43a85e01fbae4
ibmvnic: prefer 'unsigned long' over 'unsigned long int'

Fix the following checkpatch warnings:
WARNING: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary
WARNING: Prefer 'long' over 'long int' as the int is unnecessary

Signed-off-by: Lijun Pan <lijunp213@gmail.com>
Reviewed-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c