]> git.baikalelectronics.ru Git - kernel.git/commit
IB/rxe: Change rxe_rcv to return void
authorYuval Shaia <yuval.shaia@oracle.com>
Fri, 20 Apr 2018 14:05:03 +0000 (17:05 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 27 Apr 2018 16:17:56 +0000 (12:17 -0400)
commitd91e4471b0ee1e753f546fa63540d1c3442b954b
tree5cb0c06c30b945b01c0e2ab3cf48191fafd00280
parent5781aa933e0261018b4646a4b25a416940c7b6f1
IB/rxe: Change rxe_rcv to return void

It always returns 0. Change return type to void.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe.h
drivers/infiniband/sw/rxe/rxe_loc.h
drivers/infiniband/sw/rxe/rxe_net.c
drivers/infiniband/sw/rxe/rxe_recv.c