diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2015-10-22 15:52:01 -0700 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2016-01-06 13:38:37 -0800 |
commit | ac75d8be9bed40b54be4e98fe6a521322d6cd891 (patch) | |
tree | 142f6ff2c48c80eb1de653936eb23a5ccb3e95c1 /drivers/target/target_core_tmr.c | |
parent | 4bb8548df632187d5db50878e71804af5f7c51ad (diff) | |
download | linux-ac75d8be9bed40b54be4e98fe6a521322d6cd891.tar.gz linux-ac75d8be9bed40b54be4e98fe6a521322d6cd891.tar.bz2 linux-ac75d8be9bed40b54be4e98fe6a521322d6cd891.zip |
target: Fix spelling + remove set-but-not-used variables
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Reviewed-by: Andy Grover <agrover@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_tmr.c')
-rw-r--r-- | drivers/target/target_core_tmr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_tmr.c b/drivers/target/target_core_tmr.c index 5b2820312310..713704211aab 100644 --- a/drivers/target/target_core_tmr.c +++ b/drivers/target/target_core_tmr.c @@ -196,7 +196,7 @@ static void core_tmr_drain_tmr_list( /* * If this function was called with a valid pr_res_key * parameter (eg: for PROUT PREEMPT_AND_ABORT service action - * skip non regisration key matching TMRs. + * skip non registration key matching TMRs. */ if (target_check_cdb_and_preempt(preempt_and_abort_list, cmd)) continue; |