* [PATCH] ep93xx: add missing newline between file header and code
@ 2009-11-17 11:45 Hubert Feurstein
2009-11-17 16:56 ` H Hartley Sweeten
0 siblings, 1 reply; 2+ messages in thread
From: Hubert Feurstein @ 2009-11-17 11:45 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
Just for the sake of consistency across the ep93xx-tree.
arch/arm/mach-ep93xx/include/mach/hardware.h | 1 +
arch/arm/mach-ep93xx/include/mach/io.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-ep93xx/include/mach/hardware.h b/arch/arm/mach-ep93xx/include/mach/hardware.h
index 349fa7c..5a3ce02 100644
--- a/arch/arm/mach-ep93xx/include/mach/hardware.h
+++ b/arch/arm/mach-ep93xx/include/mach/hardware.h
@@ -1,6 +1,7 @@
/*
* arch/arm/mach-ep93xx/include/mach/hardware.h
*/
+
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
diff --git a/arch/arm/mach-ep93xx/include/mach/io.h b/arch/arm/mach-ep93xx/include/mach/io.h
index cebcc1c..594b77f 100644
--- a/arch/arm/mach-ep93xx/include/mach/io.h
+++ b/arch/arm/mach-ep93xx/include/mach/io.h
@@ -1,6 +1,7 @@
/*
* arch/arm/mach-ep93xx/include/mach/io.h
*/
+
#ifndef __ASM_MACH_IO_H
#define __ASM_MACH_IO_H
--
1.6.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ep93xx: add missing newline between file header and code
2009-11-17 11:45 [PATCH] ep93xx: add missing newline between file header and code Hubert Feurstein
@ 2009-11-17 16:56 ` H Hartley Sweeten
0 siblings, 0 replies; 2+ messages in thread
From: H Hartley Sweeten @ 2009-11-17 16:56 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday, November 17, 2009 4:46 AM, Hubert Feurstein wrote:
>
> Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
> ---
> Just for the sake of consistency across the ep93xx-tree.
>
> arch/arm/mach-ep93xx/include/mach/hardware.h | 1 +
> arch/arm/mach-ep93xx/include/mach/io.h | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-ep93xx/include/mach/hardware.h b/arch/arm/mach-ep93xx/include/mach/hardware.h
> index 349fa7c..5a3ce02 100644
> --- a/arch/arm/mach-ep93xx/include/mach/hardware.h
> +++ b/arch/arm/mach-ep93xx/include/mach/hardware.h
> @@ -1,6 +1,7 @@
> /*
> * arch/arm/mach-ep93xx/include/mach/hardware.h
> */
> +
> #ifndef __ASM_ARCH_HARDWARE_H
> #define __ASM_ARCH_HARDWARE_H
>
> diff --git a/arch/arm/mach-ep93xx/include/mach/io.h b/arch/arm/mach-ep93xx/include/mach/io.h
> index cebcc1c..594b77f 100644
> --- a/arch/arm/mach-ep93xx/include/mach/io.h
> +++ b/arch/arm/mach-ep93xx/include/mach/io.h
> @@ -1,6 +1,7 @@
> /*
> * arch/arm/mach-ep93xx/include/mach/io.h
> */
> +
> #ifndef __ASM_MACH_IO_H
> #define __ASM_MACH_IO_H
Nitpick janitor patch but..
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-17 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 11:45 [PATCH] ep93xx: add missing newline between file header and code Hubert Feurstein
2009-11-17 16:56 ` H Hartley Sweeten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).