diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-28 05:27:31 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-28 08:34:33 -0400 |
commit | 83a35e360433b58791bc9c4e288cace466d62e3a (patch) | |
tree | e5f75d05aecdcdcf00438e6a1f74dad7eebb5b11 /drivers/scsi/libfc | |
parent | a15e41909ccf535e568ea311cf926a1924ad63d6 (diff) |
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) | |||
2043 | spin_unlock_irqrestore(&si->scsi_queue_lock, flags); | 2043 | spin_unlock_irqrestore(&si->scsi_queue_lock, flags); |
2044 | return SUCCESS; | 2044 | return SUCCESS; |
2045 | } | 2045 | } |
2046 | /* grab a ref so the fsp and sc_cmd cannot be relased from under us */ | 2046 | /* grab a ref so the fsp and sc_cmd cannot be released from under us */ |
2047 | fc_fcp_pkt_hold(fsp); | 2047 | fc_fcp_pkt_hold(fsp); |
2048 | spin_unlock_irqrestore(&si->scsi_queue_lock, flags); | 2048 | spin_unlock_irqrestore(&si->scsi_queue_lock, flags); |
2049 | 2049 | ||