mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-20 06:52:18 +00:00
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:
@@ -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, " ");
|
||||
|
||||
Reference in New Issue
Block a user