scst_vdisk/procfs: Fix a copy/paste error (merge r4528 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4582 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-11-03 14:26:40 +00:00
parent 917b56374d
commit 1b3287f042
+1 -1
View File
@@ -4651,7 +4651,7 @@ static int vdisk_read_proc(struct seq_file *seq, struct scst_dev_type *dev_type)
}
if (virt_dev->removable) {
seq_printf(seq, "RM ");
c += 4;
c += 3;
}
while (c < 16) {
seq_printf(seq, " ");