Re: [PATCH 2/2] efi: style neatening

2014-01-13 Thread Matt Fleming
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 > --- > arch/x86/platform/efi/efi.c | 30 +- > 1 file changed, 13 insertions(+), 17 del

[PATCH 2/2] efi: style neatening

2014-01-03 Thread Joe Perches
Coalesce formats and remove spaces before tabs. Move __initdata after the variable declaration. Signed-off-by: Joe Perches --- arch/x86/platform/efi/efi.c | 30 +- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/p