IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: Kamal Heib <kamalh@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
Kamal Heib
2017-06-15 11:29:04 +03:00
committed by Doug Ledford
parent 3363828758
commit c498e82e3c
3 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ int rxe_pool_init(
struct rxe_dev *rxe,
struct rxe_pool *pool,
enum rxe_elem_type type,
unsigned max_elem)
unsigned int max_elem)
{
int err = 0;
size_t size = rxe_type_info[type].size;