[dm-devel] [PATCH] multipath-tools: fix some comments in hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Aug 4 17:25:59 UTC 2016


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 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 79e9637..dacc9a3 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -49,7 +49,7 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 18,
 	},
 	{
-		/* RA8000/ESA12000 HSG80 */
+		/* RA8000 / ESA12000 */
 		.vendor        = "DEC",
 		.product       = "HSG80",
 		.features      = "1 queue_if_no_path",
@@ -168,9 +168,9 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = FAILBACK_UNDEF,
 	},
 	/*
-	 * EMC/DELL
+	 * EMC
 	 *
-	 * Maintainer : Edward Goggin, EMC
+	 * Maintainer : Edward Goggin
 	 * Mail : egoggin at emc.com
 	 */
 	{
@@ -294,8 +294,8 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.pgfailback    = FAILBACK_UNDEF,
 	},
-		/* AMS 2000 and HUS 100 families */
 	{
+		/* AMS 2000 and HUS 100 families */
 		.vendor        = "HITACHI",
 		.product       = "DF.*",
 		.features      = "1 queue_if_no_path",
@@ -306,7 +306,7 @@ static struct hwentry default_hw[] = {
 	/*
 	 * IBM
 	 *
-	 * Maintainer : Hannes Reinecke, SuSE
+	 * Maintainer : Hannes Reinecke
 	 * Mail : hare at suse.de
 	 */
 	{
@@ -526,7 +526,7 @@ static struct hwentry default_hw[] = {
 		/*
 		 * IBM Power Virtual SCSI Devices
 		 *
-		 * Maintainer : Brian King, IBM
+		 * Maintainer : Brian King
 		 * Mail : brking at linux.vnet.ibm.com
 		 */
 	{
@@ -654,7 +654,7 @@ static struct hwentry default_hw[] = {
 	 */
 	{
 		/*
-		 * Pillar Data / Oracle FS
+		 * Pillar Data
 		 *
 		 * Maintainer : Srinivasan Ramani
 		 * Mail : srinivas.ramani at oracle.com
@@ -740,7 +740,7 @@ static struct hwentry default_hw[] = {
 	/*
 	 * Pivot3
 	 *
-	 * Maintainer : Bart Brooks, Pivot3
+	 * Maintainer : Bart Brooks
 	 * Mail : bartb at pivot3.com
 	 */
 	{
-- 
2.7.4




More information about the dm-devel mailing list