summaryrefslogtreecommitdiff
path: root/drivers/scsi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-06-28 11:27:31 +0200
committerChanho Park <chanho61.park@samsung.com>2014-08-08 15:20:49 +0900
commit11937d7ccedc134b45908cc1eac0def87538c1a0 (patch)
tree69d5e3594659f7d8ec031386ab320128f5e4ee37 /drivers/scsi
parentd450e23d58c64e999a00ea340f9b9df06b2c23c9 (diff)
downloadlinux-3.10-11937d7ccedc134b45908cc1eac0def87538c1a0.tar.gz
linux-3.10-11937d7ccedc134b45908cc1eac0def87538c1a0.tar.bz2
linux-3.10-11937d7ccedc134b45908cc1eac0def87538c1a0.zip
upstream: treewide: relase -> release
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/libfc/fc_fcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c
index 09c81b2f216..5fd0f1fbe58 100644
--- a/drivers/scsi/libfc/fc_fcp.c
+++ b/drivers/scsi/libfc/fc_fcp.c
@@ -2043,7 +2043,7 @@ int fc_eh_abort(struct scsi_cmnd *sc_cmd)
spin_unlock_irqrestore(&si->scsi_queue_lock, flags);
return SUCCESS;
}
- /* grab a ref so the fsp and sc_cmd cannot be relased from under us */
+ /* grab a ref so the fsp and sc_cmd cannot be released from under us */
fc_fcp_pkt_hold(fsp);
spin_unlock_irqrestore(&si->scsi_queue_lock, flags);