diff mbox

[9/9] multipath-tools: minor edit in hwtable

Message ID 1466469364-14446-9-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Xose Vazquez Perez June 21, 2016, 12:36 a.m. UTC
delete empty lines and correct a NEC product.

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox

Patch

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 47a2e61..fb334ab 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -189,7 +189,6 @@  static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 		.prio_args     = NULL,
 	},
-
 	{
 		/* HP SVSP */
 		.vendor        = "HP",
@@ -205,7 +204,6 @@  static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 		.prio_args     = NULL,
 	},
-
 	{
 		/* HP Smart Array */
 		.vendor        = "HP",
@@ -861,7 +859,6 @@  static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 		.prio_args     = NULL,
 	},
-
 	/*
 	 * SGI
 	 */
@@ -910,7 +907,7 @@  static struct hwentry default_hw[] = {
 	 * NEC
 	 */
 	{
-		/* Storage M Series */
+		/* M-Series */
 		.vendor        = "NEC",
 		.product       = "DISK ARRAY",
 		.features      = DEFAULT_FEATURES,