RDMA/ipoib: Prefer unsigned int to bare use of unsigned
authorKamal Heib <kamalheib1@gmail.com>
Wed, 4 Jul 2018 21:52:48 +0000 (00:52 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 9 Jul 2018 18:02:42 +0000 (12:02 -0600)
commit0578cdad190b19b23965cb05aebaf2aeb4b6b7e5
treeae33e02df42ded5809715787143c8a2d90801224
parent299c36b1efe7a34ff255788592d835e913163a4d
RDMA/ipoib: Prefer unsigned int to bare use of unsigned

This commit replaces all the unsigned definitions in favour of 'unsigned
int' which is preferred.

Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/ipoib/ipoib.h
drivers/infiniband/ulp/ipoib/ipoib_cm.c
drivers/infiniband/ulp/ipoib/ipoib_ib.c
drivers/infiniband/ulp/ipoib/ipoib_main.c