diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2018-10-11 16:30:04 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-10-16 19:34:01 +0200 |
commit | 9549c2bd094f0f54b8827d64886f5b1de370dff3 (patch) | |
tree | 97ca18914f3b0b22336963c7dc5d3560f5031d1d /include/rdma/ib_addr.h | |
parent | RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route() (diff) | |
download | linux-9549c2bd094f0f54b8827d64886f5b1de370dff3.tar.xz linux-9549c2bd094f0f54b8827d64886f5b1de370dff3.zip |
RDMA/core: Align multiple functions to kernel coding style
This patch changes the small number of functions to be aligned to kernel
coding style. It is needed to minimize the diffstat of the following
patch. It doesn't change any functionality.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/ib_addr.h')
-rw-r--r-- | include/rdma/ib_addr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rdma/ib_addr.h b/include/rdma/ib_addr.h index e09eca91eb18..eebbe63b530c 100644 --- a/include/rdma/ib_addr.h +++ b/include/rdma/ib_addr.h @@ -102,8 +102,7 @@ int rdma_resolve_ip(struct sockaddr *src_addr, const struct sockaddr *dst_addr, struct rdma_dev_addr *addr, int timeout_ms, void (*callback)(int status, struct sockaddr *src_addr, struct rdma_dev_addr *addr, void *context), - bool resolve_by_gid_attr, - void *context); + bool resolve_by_gid_attr, void *context); void rdma_addr_cancel(struct rdma_dev_addr *addr); |