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

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Jun 21 00:36:04 UTC 2016


delete empty lines and correct a NEC product.

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

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,
-- 
2.5.5




More information about the dm-devel mailing list