mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user