diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 5a05eab0b..0eefe1342 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -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, " ");