diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 4da18868c..4a59449da 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -5486,7 +5486,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, " ");