Date: Thu, 18 Jun 2009 19:39:57 -0700 From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> To: scsi <linux-scsi@xxxxxxxxxxxxxxx>, James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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/ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html