diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-07-04 16:10:41 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-08-22 18:51:54 -0400 |
commit | fe5d20c818a8c5fe83d9f2223a051fb5bc50d180 (patch) | |
tree | 88770a4047e3cc2bca7cdb3031923bba42b58b6e /drivers/scsi/scsi_transport_fc.c | |
parent | 3be924fb1d7be90c3ae6aa30ca42e9aa5d75efaf (diff) |
[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.c | 2 |
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) | |||
3432 | 3432 | ||
3433 | /** | 3433 | /** |
3434 | * fc_bsg_softirq_done - softirq done routine for destroying the bsg requests | 3434 | * fc_bsg_softirq_done - softirq done routine for destroying the bsg requests |
3435 | * @req: BSG request that holds the job to be destroyed | 3435 | * @rq: BSG request that holds the job to be destroyed |
3436 | */ | 3436 | */ |
3437 | static void fc_bsg_softirq_done(struct request *rq) | 3437 | static void fc_bsg_softirq_done(struct request *rq) |
3438 | { | 3438 | { |