On Wed, Apr 20, 2022 at 12:23:17PM -0500, Bob Pearson wrote: > In finish_packet() in rxe_req.c a variable was incorrectly called > paylen instead of payload. Elsewhere in the rxe source payload is > always used for the RoCE payload length and paylen is always used > for the UDP payload length. This will cause unnecessary confusion. > > Replace paylen by payload in finish_packet(). > > Fixes: 63221acb0c631 ("RDMA/rxe: Fix ref error in rxe_av.c") > Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_req.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Applied to for-next, thanks Jason