Commit fe5d20c818a8c5fe83d9f2223a051fb5bc50d180

Authored by Randy Dunlap
Committed by James Bottomley
1 parent 3be924fb1d

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/scsi/scsi_transport_fc.c
... ... @@ -3432,7 +3432,7 @@
3432 3432  
3433 3433 /**
3434 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 3437 static void fc_bsg_softirq_done(struct request *rq)
3438 3438 {