scst_sysfs: Fix a checkpatch complaint

Avoid that the checkpatch script included in kernel 3.10 reports the following:

WARNING: space prohibited before semicolon


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4917 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-07-22 18:31:51 +00:00
parent 255e3c3901
commit 04b088b6c2
+1 -1
View File
@@ -3199,7 +3199,7 @@ static ssize_t scst_sess_latency_show(struct kobject *kobj,
spin_lock_bh(&sess->lat_lock);
for (i = 0; i < SCST_LATENCY_STATS_NUM ; i++) {
for (i = 0; i < SCST_LATENCY_STATS_NUM; i++) {
uint64_t scst_time_wr, tgt_time_wr, dev_time_wr;
uint64_t processed_cmds_wr;
uint64_t scst_time_rd, tgt_time_rd, dev_time_rd;