On Thu, Mar 25, 2021 at 04:33:03PM +0100, Gioh Kim wrote: > diff --git a/drivers/infiniband/ulp/rtrs/rtrs.c b/drivers/infiniband/ulp/rtrs/rtrs.c > index 1dd772d84e71..bc08b7f6e5e2 100644 > +++ b/drivers/infiniband/ulp/rtrs/rtrs.c > @@ -466,7 +466,7 @@ EXPORT_SYMBOL(sockaddr_to_str); > /** > * rtrs_addr_to_str() - convert rtrs_addr to a string "src@dst" > * @addr: the rtrs_addr structure to be converted > - * @str: string containing source and destination addr of a path > + * @buf: string containing source and destination addr of a path > * separated by '@' I.e. "ip:1.1.1.1@ip:1.1.1.2" > * "ip:1.1.1.1@ip:1.1.1.2". > * @len: string length This is a rebasing error. Please read your own patches before you send them, I fixed it Jason