aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
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 */
3437static void fc_bsg_softirq_done(struct request *rq) 3437static void fc_bsg_softirq_done(struct request *rq)
3438{ 3438{