All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
	Xose Vazquez Perez <xose.vazquez@gmail.com>
Subject: [PATCH 1/2] multipath-tools: replace spaces with tabs in defaults.h
Date: Sun, 12 Jun 2016 00:14:40 +0200	[thread overview]
Message-ID: <1465683281-21755-1-git-send-email-xose.vazquez@gmail.com> (raw)

replace spaces by tabs in defaults.h

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/defaults.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
index 96f5a2c..dc70a74 100644
--- a/libmultipath/defaults.h
+++ b/libmultipath/defaults.h
@@ -7,22 +7,22 @@
 #define DEFAULT_HWHANDLER	"0"
 #define DEFAULT_MINIO		1000
 #define DEFAULT_MINIO_RQ	1
-#define DEFAULT_PGPOLICY       FAILOVER
-#define DEFAULT_FAILBACK       -FAILBACK_MANUAL
-#define DEFAULT_RR_WEIGHT      RR_WEIGHT_NONE
-#define DEFAULT_NO_PATH_RETRY  NO_PATH_RETRY_UNDEF
+#define DEFAULT_PGPOLICY	FAILOVER
+#define DEFAULT_FAILBACK	-FAILBACK_MANUAL
+#define DEFAULT_RR_WEIGHT	RR_WEIGHT_NONE
+#define DEFAULT_NO_PATH_RETRY	NO_PATH_RETRY_UNDEF
 #define DEFAULT_VERBOSITY	2
 #define DEFAULT_REASSIGN_MAPS	0
 #define DEFAULT_FIND_MULTIPATHS	0
 #define DEFAULT_FAST_IO_FAIL	5
-#define DEFAULT_DEV_LOSS_TMO   600
+#define DEFAULT_DEV_LOSS_TMO	600
 #define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_OFF
-#define DEFAULT_DETECT_PRIO DETECT_PRIO_OFF
-#define DEFAULT_DEFERRED_REMOVE DEFERRED_REMOVE_OFF
-#define DEFAULT_DELAY_CHECKS DELAY_CHECKS_OFF
+#define DEFAULT_DETECT_PRIO	DETECT_PRIO_OFF
+#define DEFAULT_DEFERRED_REMOVE	DEFERRED_REMOVE_OFF
+#define DEFAULT_DELAY_CHECKS	DELAY_CHECKS_OFF
 #define DEFAULT_UEVENT_STACKSIZE 256
-#define DEFAULT_RETRIGGER_DELAY 10
-#define DEFAULT_RETRIGGER_TRIES 3
+#define DEFAULT_RETRIGGER_DELAY	10
+#define DEFAULT_RETRIGGER_TRIES	3
 #define DEFAULT_UEV_WAIT_TIMEOUT 30
 
 #define DEFAULT_CHECKINT	5
-- 
2.5.5

             reply	other threads:[~2016-06-11 22:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-11 22:14 Xose Vazquez Perez [this message]
2016-06-11 22:14 ` [PATCH 2/2] multipath-tools: housekeeping at prioritizers Xose Vazquez Perez
2016-07-08  6:19 ` [PATCH 1/2] multipath-tools: replace spaces with tabs in defaults.h Christophe Varoqui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465683281-21755-1-git-send-email-xose.vazquez@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=dm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.