linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi_transport_fc: fix missing kernel-doc
@ 2009-06-19  2:39 Randy Dunlap
  2009-06-19 17:23 ` James Smart
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-06-19  2:39 UTC (permalink / raw)
  To: scsi, James Bottomley

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] 2+ messages in thread

* Re: [PATCH] scsi_transport_fc: fix missing kernel-doc
  2009-06-19  2:39 [PATCH] scsi_transport_fc: fix missing kernel-doc Randy Dunlap
@ 2009-06-19 17:23 ` James Smart
  0 siblings, 0 replies; 2+ messages in thread
From: James Smart @ 2009-06-19 17:23 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: scsi, James Bottomley

Acked-by:  James Smart  <james.smart@emulex.com>

Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Add missing kernel-doc notation in scsi_transport_fc.c:
>
>
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-19 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19  2:39 [PATCH] scsi_transport_fc: fix missing kernel-doc Randy Dunlap
2009-06-19 17:23 ` James Smart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).