IB/rxe: change the function to void from int
Since the function rxe_av_to_attr always return 0, the function type is changed to void. CC: Srinivas Eeda <srinivas.eeda@oracle.com> CC: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

vanhempi
9c96f3d4dd
commit
a402dc445d
@@ -41,7 +41,7 @@ int rxe_av_chk_attr(struct rxe_dev *rxe, struct rdma_ah_attr *attr);
|
||||
void rxe_av_from_attr(u8 port_num, struct rxe_av *av,
|
||||
struct rdma_ah_attr *attr);
|
||||
|
||||
int rxe_av_to_attr(struct rxe_av *av, struct rdma_ah_attr *attr);
|
||||
void rxe_av_to_attr(struct rxe_av *av, struct rdma_ah_attr *attr);
|
||||
|
||||
int rxe_av_fill_ip_info(struct rxe_dev *rxe,
|
||||
struct rxe_av *av,
|
||||
|
Viittaa uudesa ongelmassa
Block a user