[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <eec938e4-0a00-c35a-fc0d-8d0d4af30678@nvidia.com>
Date: Sun, 25 Oct 2020 00:50:23 +0300
From: Max Gurtovoy <mgurtovoy@...dia.com>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Linux Doc Mailing List <linux-doc@...r.kernel.org>
CC: "Gustavo A. R. Silva" <gustavoars@...nel.org>,
HÃ¥kon Bugge <haakon.bugge@...cle.com>,
Jonathan Corbet <corbet@....net>,
Bart Van Assche <bvanassche@....org>,
Chuck Lever <chuck.lever@...cle.com>,
Danit Goldberg <danitg@...lanox.com>,
"Dennis Dalessandro" <dennis.dalessandro@...nelisnetworks.com>,
Divya Indi <divya.indi@...cle.com>,
Doug Ledford <dledford@...hat.com>,
Gal Pressman <galpress@...zon.com>,
Jason Gunthorpe <jgg@...pe.ca>,
Leon Romanovsky <leon@...nel.org>,
Maor Gottlieb <maorg@...lanox.com>,
Mike Marciniszyn <mike.marciniszyn@...nelisnetworks.com>,
Moni Shoua <monis@...lanox.com>,
Parav Pandit <parav@...lanox.com>,
Sagi Grimberg <sagi@...mberg.me>,
"Ursula Braun" <ubraun@...ux.ibm.com>,
Xi Wang <wangxi11@...wei.com>,
Yamin Friedman <yaminf@...lanox.com>,
<linux-kernel@...r.kernel.org>, <linux-rdma@...r.kernel.org>,
<target-devel@...r.kernel.org>
Subject: Re: [PATCH v3 14/56] IB: fix kernel-doc markups
Thanks Mauro, small fix for iser
On 10/23/2020 7:33 PM, Mauro Carvalho Chehab wrote:
> Some functions have different names between their prototypes
> and the kernel-doc markup.
>
> Others need to be fixed, as kernel-doc markups should use this format:
> identifier - description
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
>
> diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.c b/drivers/infiniband/ulp/iser/iscsi_iser.c
> index 3690e28cc7ea..84cebf937680 100644
> --- a/drivers/infiniband/ulp/iser/iscsi_iser.c
> +++ b/drivers/infiniband/ulp/iser/iscsi_iser.c
> @@ -739,7 +739,7 @@ iscsi_iser_set_param(struct iscsi_cls_conn *cls_conn,
> }
>
> /**
> - * iscsi_iser_set_param() - set class connection parameter
> + * iscsi_iser_conn_get_stats() - set class connection parameter
iscsi_iser_conn_get_stats() - get iscsi connection statistics
> * @cls_conn: iscsi class connection
> * @stats: iscsi stats to output
> *
>
Powered by blists - more mailing lists