All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: ruslanpisarev@gmail.com
Cc: Ruslan Pisarev <ruslan@rpisarev.org.ua>,
	jeremy.fitzhardinge@citrix.com, xen-devel@lists.xensource.com,
	konrad.wilk@oracle.com,
	virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c
Date: Tue, 26 Jul 2011 09:17:48 -0700	[thread overview]
Message-ID: <4E2EE8AC.1090703@goop.org> (raw)
In-Reply-To: <1311679009-16659-1-git-send-email-ruslan@rpisarev.org.ua>

On 07/26/2011 04:16 AM, ruslanpisarev@gmail.com wrote:
> 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",
>  	};

Eh, I think this looks worse now.

    J

  reply	other threads:[~2011-07-26 16:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=4E2EE8AC.1090703@goop.org \
    --to=jeremy@goop.org \
    --cc=jeremy.fitzhardinge@citrix.com \
    --cc=konrad.wilk@oracle.com \
    --cc=ruslan@rpisarev.org.ua \
    --cc=ruslanpisarev@gmail.com \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xen-devel@lists.xensource.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.