diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-28 11:27:31 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-28 14:34:33 +0200 |
commit | 83a35e360433b58791bc9c4e288cace466d62e3a (patch) | |
tree | e5f75d05aecdcdcf00438e6a1f74dad7eebb5b11 /drivers/scsi/libfc | |
parent | a15e41909ccf535e568ea311cf926a1924ad63d6 (diff) | |
download | blackbird-op-linux-83a35e360433b58791bc9c4e288cace466d62e3a.tar.gz blackbird-op-linux-83a35e360433b58791bc9c4e288cace466d62e3a.zip |
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/libfc')
-rw-r--r-- | drivers/scsi/libfc/fc_fcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index 09c81b2f2169..5fd0f1fbe586 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); |