[PATCH] ep93xx: add missing newline between file header and code
H Hartley Sweeten
hartleys at visionengravers.com
Tue Nov 17 11:56:38 EST 2009
On Tuesday, November 17, 2009 4:46 AM, Hubert Feurstein wrote:
>
> Signed-off-by: Hubert Feurstein <h.feurstein at 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 at visionengravers.com>
More information about the linux-arm-kernel
mailing list