Commit 9c477178 authored by Yang Li's avatar Yang Li Committed by Jason Gunthorpe

RDMA/rtrs-clt: Fix one kernel-doc comment

Add the description of @pathname and remove @sessname in rtrs_clt_open()
kernel-doc comment to remove warnings found by running scripts/kernel-doc,
which is caused by using 'make W=1'.

drivers/infiniband/ulp/rtrs/rtrs-clt.c:2809: warning: Function parameter or member 'pathname' not described in 'rtrs_clt_open'
drivers/infiniband/ulp/rtrs/rtrs-clt.c:2809: warning: Excess function parameter 'sessname' description in 'rtrs_clt_open'

Link: https://lore.kernel.org/r/20220526130945.98601-1-yang.lee@linux.alibaba.comReported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Reviewed-by: default avatarMd Haris Iqbal <haris.iqbal@ionos.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent b90c7e97
...@@ -2785,7 +2785,7 @@ static void free_clt(struct rtrs_clt_sess *clt) ...@@ -2785,7 +2785,7 @@ static void free_clt(struct rtrs_clt_sess *clt)
/** /**
* rtrs_clt_open() - Open a path to an RTRS server * rtrs_clt_open() - Open a path to an RTRS server
* @ops: holds the link event callback and the private pointer. * @ops: holds the link event callback and the private pointer.
* @sessname: name of the session * @pathname: name of the path to an RTRS server
* @paths: Paths to be established defined by their src and dst addresses * @paths: Paths to be established defined by their src and dst addresses
* @paths_num: Number of elements in the @paths array * @paths_num: Number of elements in the @paths array
* @port: port to be used by the RTRS session * @port: port to be used by the RTRS session
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment