All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
To: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Cc: Matt Fleming
	<matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
	Ingo Molnar <mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>,
	x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/2] efi: style neatening
Date: Mon, 13 Jan 2014 14:06:08 +0000	[thread overview]
Message-ID: <20140113140608.GC3256@console-pimps.org> (raw)
In-Reply-To: <e0a37bd26a7cd9cee5cd5bb2341e6617783ce069.1388793978.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>

On Fri, 03 Jan, at 04:08:48PM, Joe Perches wrote:
> Coalesce formats and remove spaces before tabs.
> Move __initdata after the variable declaration.
> 
> Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
> ---
>  arch/x86/platform/efi/efi.c | 30 +++++++++++++-----------------
>  1 file changed, 13 insertions(+), 17 deletions(-)

Thanks Joe, I picked this one up.

-- 
Matt Fleming, Intel Open Source Technology Center

WARNING: multiple messages have this Message-ID (diff)
From: Matt Fleming <matt@console-pimps.org>
To: Joe Perches <joe@perches.com>
Cc: Matt Fleming <matt.fleming@intel.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
	x86@kernel.org, linux-efi@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] efi: style neatening
Date: Mon, 13 Jan 2014 14:06:08 +0000	[thread overview]
Message-ID: <20140113140608.GC3256@console-pimps.org> (raw)
In-Reply-To: <e0a37bd26a7cd9cee5cd5bb2341e6617783ce069.1388793978.git.joe@perches.com>

On Fri, 03 Jan, at 04:08:48PM, Joe Perches wrote:
> Coalesce formats and remove spaces before tabs.
> Move __initdata after the variable declaration.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  arch/x86/platform/efi/efi.c | 30 +++++++++++++-----------------
>  1 file changed, 13 insertions(+), 17 deletions(-)

Thanks Joe, I picked this one up.

-- 
Matt Fleming, Intel Open Source Technology Center

  parent reply	other threads:[~2014-01-13 14:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-04  0:08 [PATCH 0/2] efi: Fix krealloc defect and misc neatening Joe Perches
2014-01-04  0:08 ` [PATCH 1/2] efi: Fix krealloc defect Joe Perches
2014-01-04  0:08   ` Joe Perches
     [not found]   ` <9a8eb1c9478049318e834d5223053a5fb7484bff.1388793978.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2014-01-13 14:03     ` Matt Fleming
2014-01-13 14:03       ` Matt Fleming
     [not found]       ` <20140113140334.GB3256-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-01-13 17:47         ` Joe Perches
2014-01-13 17:47           ` Joe Perches
2014-01-13 19:17           ` Matt Fleming
2014-01-13 19:17             ` Matt Fleming
     [not found]             ` <20140113191725.GK3256-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-01-14  2:35               ` Joe Perches
2014-01-14  2:35                 ` Joe Perches
2014-01-04  0:08 ` [PATCH 2/2] efi: style neatening Joe Perches
2014-01-04  0:08   ` Joe Perches
     [not found]   ` <e0a37bd26a7cd9cee5cd5bb2341e6617783ce069.1388793978.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2014-01-13 14:06     ` Matt Fleming [this message]
2014-01-13 14:06       ` Matt Fleming

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=20140113140608.GC3256@console-pimps.org \
    --to=matt-hnk1s37rvnbexh+ff434mdi2o/jbrioy@public.gmane.org \
    --cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
    --cc=joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
    --cc=x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /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.