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:
Bjoern A. Zeeb 2011-08-25 08:47:38 +00:00
parent ee3cdf6b2e
commit 64371599f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225168

View File

@ -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;
}