From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Changelog v0->v1: * Split "RDMA/core: Annotate timeout as unsigned long" to more patches Dennis, I double checked that the leftovers in the patch "RDMA/core: Annotate timeout as unsigned long" are outcome of change to "unsigned". Thanks Leon Romanovsky (3): RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route() RDMA/core: Align multiple functions to kernel coding style RDMA/core: Annotate timeout as unsigned long drivers/infiniband/core/addr.c | 5 ++--- drivers/infiniband/core/cma.c | 15 ++++++++------- drivers/infiniband/core/mad.c | 2 +- drivers/infiniband/core/mad_priv.h | 2 +- drivers/infiniband/core/sa.h | 8 +++----- drivers/infiniband/core/sa_query.c | 13 +++++++------ include/rdma/ib_addr.h | 5 ++--- include/rdma/ib_cm.h | 2 +- include/rdma/ib_sa.h | 38 ++++++++++++++++---------------------- include/rdma/rdma_cm.h | 5 +++-- 10 files changed, 44 insertions(+), 51 deletions(-) -- 2.14.4