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

[Xen-devel] Re: [PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c



On 07/26/2011 04:16 AM, ruslanpisarev@xxxxxxxxx wrote:
> From: Ruslan Pisarev <ruslan@xxxxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxx>
> ---
>  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",
>       };

Eh, I think this looks worse now.

    J

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.