summaryrefslogtreecommitdiff
path: root/include/rdma
diff options
context:
space:
mode:
authorYuval Shaia <yuval.shaia@oracle.com>2017-11-07 10:49:09 +0200
committerDoug Ledford <dledford@redhat.com>2017-11-13 16:18:33 -0500
commite08ce2e82b2fc5cdd07de170e8b9e8327625005c (patch)
treec50073db51acafba25828ba92fdfa2b299ecf9e5 /include/rdma
parent8b10ba783c9d0c69d53e7d78ff7f2cd921f80729 (diff)
RDMA/core: Make function rdma_copy_addr return void
Function returns zero - make it void. While there make struct net_device const. Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Reviewed-by: Parav Pandit <parav@mellanox.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_addr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rdma/ib_addr.h b/include/rdma/ib_addr.h
index b2a10c762304..18c564f60e93 100644
--- a/include/rdma/ib_addr.h
+++ b/include/rdma/ib_addr.h
@@ -125,8 +125,9 @@ int rdma_resolve_ip_route(struct sockaddr *src_addr,
void rdma_addr_cancel(struct rdma_dev_addr *addr);
-int rdma_copy_addr(struct rdma_dev_addr *dev_addr, struct net_device *dev,
- const unsigned char *dst_dev_addr);
+void rdma_copy_addr(struct rdma_dev_addr *dev_addr,
+ const struct net_device *dev,
+ const unsigned char *dst_dev_addr);
int rdma_addr_size(struct sockaddr *addr);