From: Ruslan Pisarev <[email protected]>

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 <[email protected]>
---
 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

_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/virtualization

Reply via email to