All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c
@ 2011-07-26 11:16 ruslanpisarev
  2011-07-26 16:17 ` Jeremy Fitzhardinge
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: ruslanpisarev @ 2011-07-26 11:16 UTC (permalink / raw)
  To: jeremy.fitzhardinge
  Cc: Ruslan Pisarev, xen-devel, virtualization, konrad.wilk

From: Ruslan Pisarev <ruslan@rpisarev.org.ua>

This is a patch to the xenbus_client.c file that fixed up whitespaces, tabs errors found by the checkpatch.pl tools.

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
---
 drivers/xen/xenbus/xenbus_client.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/xen/xenbus/xenbus_client.c b/drivers/xen/xenbus/xenbus_client.c
index cdacf92..ff4f03c 100644
--- a/drivers/xen/xenbus/xenbus_client.c
+++ b/drivers/xen/xenbus/xenbus_client.c
@@ -43,15 +43,15 @@
 const char *xenbus_strstate(enum xenbus_state state)
 {
 	static const char *const name[] = {
-		[ XenbusStateUnknown      ] = "Unknown",
-		[ XenbusStateInitialising ] = "Initialising",
-		[ XenbusStateInitWait     ] = "InitWait",
-		[ XenbusStateInitialised  ] = "Initialised",
-		[ XenbusStateConnected    ] = "Connected",
-		[ XenbusStateClosing      ] = "Closing",
-		[ XenbusStateClosed	  ] = "Closed",
-		[XenbusStateReconfiguring] = "Reconfiguring",
-		[XenbusStateReconfigured] = "Reconfigured",
+		[XenbusStateUnknown] =		"Unknown",
+		[XenbusStateInitialising] =	"Initialising",
+		[XenbusStateInitWait] =		"InitWait",
+		[XenbusStateInitialised] =	"Initialised",
+		[XenbusStateConnected] =	"Connected",
+		[XenbusStateClosing] =		"Closing",
+		[XenbusStateClosed] =		"Closed",
+		[XenbusStateReconfiguring] =	"Reconfiguring",
+		[XenbusStateReconfigured] =	"Reconfigured",
 	};
 	return (state < ARRAY_SIZE(name)) ? name[state] : "INVALID";
 }
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-07-27 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 11:16 [PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c ruslanpisarev
2011-07-26 16:17 ` Jeremy Fitzhardinge
2011-07-26 16:31   ` [Xen-devel] " Ian Campbell
2011-07-26 16:31   ` Ian Campbell
2011-07-26 16:17 ` Jeremy Fitzhardinge
2011-07-27 15:36 ` [Xen-devel] " Konrad Rzeszutek Wilk
2011-07-27 15:36 ` Konrad Rzeszutek Wilk

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.