Cc: Martin George <[email protected]>
Cc: Sean Stewart <[email protected]>
Cc: Christophe Varoqui <[email protected]>
Cc: device-mapper development <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
---
 libmultipath/hwtable.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 73ba4ee..3952b42 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -494,12 +494,15 @@ static struct hwentry default_hw[] = {
                .prio_name     = PRIO_ALUA,
        },
        /*
-        * NetApp ONTAP family
-        *
-        * Maintainer : Martin George
-        * Mail : [email protected]
+        * NetApp
         */
        {
+               /*
+                * ONTAP family
+                *
+                * Maintainer : Martin George
+                * Mail : [email protected]
+                */
                .vendor        = "NETAPP",
                .product       = "LUN.*",
                .features      = "3 queue_if_no_path pg_init_retries 50",
@@ -508,12 +511,12 @@ static struct hwentry default_hw[] = {
                .dev_loss      = MAX_DEV_LOSS_TMO,
                .prio_name     = PRIO_ONTAP,
        },
-       /* LSI/Engenio/NetApp RDAC family
-        *
-        * Maintainer : Sean Stewart
-        * Mail : [email protected]
-        */
        {
+               /* LSI/Engenio/NetApp RDAC family
+                *
+                * Maintainer : Sean Stewart
+                * Mail : [email protected]
+                */
                .vendor        = "(NETAPP|LSI|ENGENIO)",
                .product       = "INF-01-00",
                .bl_product    = "Universal Xport",
-- 
2.7.4

--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to