summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c
diff options
context:
space:
mode:
authorRandy Dunlap2009-07-04 22:10:41 +0200
committerJames Bottomley2009-08-23 00:51:54 +0200
commitfe5d20c818a8c5fe83d9f2223a051fb5bc50d180 (patch)
tree88770a4047e3cc2bca7cdb3031923bba42b58b6e /drivers/scsi/scsi_transport_fc.c
parent[SCSI] bnx2i: convert bnx2i_dev_lock to mutex (diff)
downloadkernel-qcow2-linux-fe5d20c818a8c5fe83d9f2223a051fb5bc50d180.tar.gz
kernel-qcow2-linux-fe5d20c818a8c5fe83d9f2223a051fb5bc50d180.tar.xz
kernel-qcow2-linux-fe5d20c818a8c5fe83d9f2223a051fb5bc50d180.zip
[SCSI] scsi_transport_fc: fix kernel-doc param name
Change function parameter name in kernel-doc to match the function's actual parameter name, to fix 2 kernel-doc warnings. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/scsi_transport_fc.c')
-rw-r--r--drivers/scsi/scsi_transport_fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c
index 292c02f810d0..751f239e01ea 100644
--- a/drivers/scsi/scsi_transport_fc.c
+++ b/drivers/scsi/scsi_transport_fc.c
@@ -3432,7 +3432,7 @@ fc_bsg_jobdone(struct fc_bsg_job *job)
/**
* fc_bsg_softirq_done - softirq done routine for destroying the bsg requests
- * @req: BSG request that holds the job to be destroyed
+ * @rq: BSG request that holds the job to be destroyed
*/
static void fc_bsg_softirq_done(struct request *rq)
{