[PATCH] scsi_dh: fix format of struct members

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Remove useless trailing comma and space.

Cc: Hannes Reinecke <hare@xxxxxxx>
Cc: Martin K. Petersen <martin.petersen@xxxxxxxxxx>
Cc: James E.J. Bottomley <jejb@xxxxxxxxxxxxxxxxxx>
Cc: SCSI ML <linux-scsi@xxxxxxxxxxxxxxx>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx>
---
 drivers/scsi/scsi_dh.c | 66 +++++++++++++++++++++++++-------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

diff --git a/drivers/scsi/scsi_dh.c b/drivers/scsi/scsi_dh.c
index b88b5dbbc444..bbbe279970e4 100644
--- a/drivers/scsi/scsi_dh.c
+++ b/drivers/scsi/scsi_dh.c
@@ -36,43 +36,43 @@ struct scsi_dh_blist {
 };
 
 static const struct scsi_dh_blist scsi_dh_blist[] = {
-	{"DGC", "RAID",			"emc" },
-	{"DGC", "DISK",			"emc" },
-	{"DGC", "VRAID",		"emc" },
+	{"DGC", "RAID",			"emc"},
+	{"DGC", "DISK",			"emc"},
+	{"DGC", "VRAID",		"emc"},
 
-	{"COMPAQ", "MSA1000 VOLUME",	"hp_sw" },
-	{"COMPAQ", "HSV110",		"hp_sw" },
+	{"COMPAQ", "MSA1000 VOLUME",	"hp_sw"},
+	{"COMPAQ", "HSV110",		"hp_sw"},
 	{"HP", "HSV100",		"hp_sw"},
 	{"DEC", "HSG80",		"hp_sw"},
 
-	{"IBM", "1722",			"rdac", },
-	{"IBM", "1724",			"rdac", },
-	{"IBM", "1726",			"rdac", },
-	{"IBM", "1742",			"rdac", },
-	{"IBM", "1745",			"rdac", },
-	{"IBM", "1746",			"rdac", },
-	{"IBM", "1813",			"rdac", },
-	{"IBM", "1814",			"rdac", },
-	{"IBM", "1815",			"rdac", },
-	{"IBM", "1818",			"rdac", },
-	{"IBM", "3526",			"rdac", },
-	{"IBM", "3542",			"rdac", },
-	{"IBM", "3552",			"rdac", },
-	{"SGI", "TP9",			"rdac", },
-	{"SGI", "IS",			"rdac", },
-	{"STK", "OPENstorage",		"rdac", },
-	{"STK", "FLEXLINE 380",		"rdac", },
-	{"STK", "BladeCtlr",		"rdac", },
-	{"SUN", "CSM",			"rdac", },
-	{"SUN", "LCSM100",		"rdac", },
-	{"SUN", "STK6580_6780",		"rdac", },
-	{"SUN", "SUN_6180",		"rdac", },
-	{"SUN", "ArrayStorage",		"rdac", },
-	{"DELL", "MD3",			"rdac", },
-	{"NETAPP", "INF-01-00",		"rdac", },
-	{"LSI", "INF-01-00",		"rdac", },
-	{"ENGENIO", "INF-01-00",	"rdac", },
-	{NULL, NULL,			NULL },
+	{"IBM", "1722",			"rdac"},
+	{"IBM", "1724",			"rdac"},
+	{"IBM", "1726",			"rdac"},
+	{"IBM", "1742",			"rdac"},
+	{"IBM", "1745",			"rdac"},
+	{"IBM", "1746",			"rdac"},
+	{"IBM", "1813",			"rdac"},
+	{"IBM", "1814",			"rdac"},
+	{"IBM", "1815",			"rdac"},
+	{"IBM", "1818",			"rdac"},
+	{"IBM", "3526",			"rdac"},
+	{"IBM", "3542",			"rdac"},
+	{"IBM", "3552",			"rdac"},
+	{"SGI", "TP9",			"rdac"},
+	{"SGI", "IS",			"rdac"},
+	{"STK", "OPENstorage",		"rdac"},
+	{"STK", "FLEXLINE 380",		"rdac"},
+	{"STK", "BladeCtlr",		"rdac"},
+	{"SUN", "CSM",			"rdac"},
+	{"SUN", "LCSM100",		"rdac"},
+	{"SUN", "STK6580_6780",		"rdac"},
+	{"SUN", "SUN_6180",		"rdac"},
+	{"SUN", "ArrayStorage",		"rdac"},
+	{"DELL", "MD3",			"rdac"},
+	{"NETAPP", "INF-01-00",		"rdac"},
+	{"LSI", "INF-01-00",		"rdac"},
+	{"ENGENIO", "INF-01-00",	"rdac"},
+	{NULL, NULL,			NULL},
 };
 
 static const char *
-- 
2.14.3




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux