All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -RESEND/LOST] scsi_transport_fc: fix missing kernel-doc
@ 2009-09-21 17:51 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-09-21 17:51 UTC (permalink / raw)
  To: scsi; +Cc: jejb, akpm

Date: Thu, 18 Jun 2009 19:39:57 -0700
From: Randy Dunlap <randy.dunlap@oracle.com>
To: scsi <linux-scsi@vger.kernel.org>,  James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: [PATCH] scsi_transport_fc: fix missing kernel-doc
Ref: http://marc.info/?l=linux-scsi&m=124650196316695&w=2


From: Randy Dunlap <randy.dunlap@oracle.com>

Add missing kernel-doc notation in scsi_transport_fc.c:

Warning(drivers/scsi/scsi_transport_fc.c:3593): No description found for parameter 'q'
Warning(drivers/scsi/scsi_transport_fc.c:3700): No description found for parameter 'q'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/scsi/scsi_transport_fc.c |    2 ++
 1 file changed, 2 insertions(+)

--- linux-2.6.30-git14.orig/drivers/scsi/scsi_transport_fc.c
+++ linux-2.6.30-git14/drivers/scsi/scsi_transport_fc.c
@@ -3584,6 +3584,7 @@ enum fc_dispatch_result {
 
 /**
  * fc_bsg_host_dispatch - process fc host bsg requests and dispatch to LLDD
+ * @q:		fc host request queue
  * @shost:	scsi host rport attached to
  * @job:	bsg job to be processed
  */
@@ -3690,6 +3691,7 @@ fc_bsg_goose_queue(struct fc_rport *rpor
 
 /**
  * fc_bsg_rport_dispatch - process rport bsg requests and dispatch to LLDD
+ * @q:		rport request queue
  * @shost:	scsi host rport attached to
  * @rport:	rport request destined to
  * @job:	bsg job to be processed




---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-21 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-21 17:51 [PATCH -RESEND/LOST] scsi_transport_fc: fix missing kernel-doc Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.