If a drive is not part of the array (i.e. missing) we need to print the
new line after the pd state information as well, so move it to the outside of the block. Submitted by: Mark Johnston at Sandvine Inc MFC atfer: 3 days Approved by: re (kib)
This commit is contained in:
parent
ee3cdf6b2e
commit
64371599f0
@ -330,8 +330,8 @@ show_config(int ac, char **av)
|
||||
mfi_pdstate(ar->pd[j].fw_state));
|
||||
else
|
||||
print_pd(&pinfo, -1);
|
||||
printf("\n");
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
p += config->array_size;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user