From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] drivers/scsi/scsi_transport_iscsi.c: Fix documentation os parameter Date: Thu, 03 Nov 2011 14:41:25 -0700 Message-ID: <4EB30A85.60202@xenotime.net> References: <1320239837-7138-1-git-send-email-marcos.mage@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1320239837-7138-1-git-send-email-marcos.mage@gmail.com> Sender: linux-doc-owner@vger.kernel.org To: Marcos Paulo de Souza Cc: michael@cs.wisc.edu, jbottomley@parallels.com, open-iscsi@googlegroups.com, linux-scsi@vger.kernel.org, linux-doc@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On 11/02/2011 06:17 AM, Marcos Paulo de Souza wrote: > Fixes documentation of a parameter of iscsi_bsg_host_add function to silence to make htmldocs[ > > Signed-off-by: Marcos Paulo de Souza Acked-by: Randy Dunlap Thanks. > --- > drivers/scsi/scsi_transport_iscsi.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c > index 1bcd65a..96029e6 100644 > --- a/drivers/scsi/scsi_transport_iscsi.c > +++ b/drivers/scsi/scsi_transport_iscsi.c > @@ -520,7 +520,7 @@ fail_host_msg: > /** > * iscsi_bsg_host_add - Create and add the bsg hooks to receive requests > * @shost: shost for iscsi_host > - * @cls_host: iscsi_cls_host adding the structures to > + * @ihost: iscsi_cls_host adding the structures to > */ > static int > iscsi_bsg_host_add(struct Scsi_Host *shost, struct iscsi_cls_host *ihost) -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***