On Fri, Feb 05, 2021 at 06:24:37PM -0600, Bob Pearson wrote: > This patch changes the type of init_send_wqe in rxe_verbs.c to void > since it always returns 0. It also separates out the code that copies > inline data into the send wqe as copy_inline_data_to_wqe(). > > Signed-off-by: Bob Pearson <rpearson@xxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_verbs.c | 42 ++++++++++++--------------- > 1 file changed, 19 insertions(+), 23 deletions(-) Applied to for-next, thanks Jason