summaryrefslogtreecommitdiff
path: root/usr.sbin/mfiutil
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-08-25 08:47:38 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-08-25 08:47:38 +0000
commit64371599f08505c9fbc2a93d2f93d6542a6b8c38 (patch)
tree858fcdec56fc84b563bf6a48c12d33008412b73a /usr.sbin/mfiutil
parentee3cdf6b2e580561ee34ede535a28df176314149 (diff)
downloadsrc-test2-64371599f08505c9fbc2a93d2f93d6542a6b8c38.tar.gz
src-test2-64371599f08505c9fbc2a93d2f93d6542a6b8c38.zip
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)
Notes
Notes: svn path=/head/; revision=225168
Diffstat (limited to 'usr.sbin/mfiutil')
-rw-r--r--usr.sbin/mfiutil/mfi_show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mfiutil/mfi_show.c b/usr.sbin/mfiutil/mfi_show.c
index ee19e8635bae..9d9f7a11c57c 100644
--- a/usr.sbin/mfiutil/mfi_show.c
+++ b/usr.sbin/mfiutil/mfi_show.c
@@ -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;
}