[dm-devel] [PATCH] multipath-tools: replace hidden tabs by spaces in .vendor

Xose Vazquez Perez xose.vazquez at gmail.com
Sat May 20 13:29:52 UTC 2017


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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 54309ef..59a6055 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -827,7 +827,7 @@ static struct hwentry default_hw[] = {
 	 * Intel
 	 */
 	{
-		.vendor	       = "(Intel|INTEL)",
+		.vendor        = "(Intel|INTEL)",
 		.product       = "Multi-Flex",
 		.bl_product    = "VTrak V-LUN",
 		.hwhandler     = "1 alua",
@@ -840,7 +840,7 @@ static struct hwentry default_hw[] = {
 	 * Linux-IO Target
 	 */
 	{
-		.vendor	       = "(LIO-ORG|SUSE)",
+		.vendor        = "(LIO-ORG|SUSE)",
 		.product       = "RBD",
 		.hwhandler     = "1 alua",
 		.pgpolicy      = GROUP_BY_PRIO,
@@ -852,7 +852,7 @@ static struct hwentry default_hw[] = {
 	 * DataCore
 	 */
 	{
-		.vendor	       = "DataCore",
+		.vendor        = "DataCore",
 		.product       = "SANmelody",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.pgfailback    = -FAILBACK_IMMEDIATE,
@@ -861,7 +861,7 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		/* SANsymphony */
-		.vendor	       = "DataCore",
+		.vendor        = "DataCore",
 		.product       = "Virtual Disk",
 		.pgpolicy      = GROUP_BY_PRIO,
 		.pgfailback    = -FAILBACK_IMMEDIATE,
@@ -1053,7 +1053,7 @@ static struct hwentry default_hw[] = {
 	 * Generic NVMe devices
 	 */
 	{
-		.vendor	       = "NVME",
+		.vendor        = "NVME",
 		.product       = ".*",
 		.uid_attribute = "ID_WWN",
 		.checker_name  = DIRECTIO,
-- 
2.13.0




More information about the dm-devel mailing list