[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4B6F104C.10705@monstr.eu>
Date: Sun, 07 Feb 2010 20:11:08 +0100
From: Michal Simek <monstr@...str.eu>
To: Frans Pop <elendil@...net.nl>
CC: linux-kernel@...r.kernel.org, microblaze-uclinux@...e.uq.edu.au,
Michal Simek <monstr@...str.eu>
Subject: Re: [PATCH 05/16] microblaze: remove trailing space in messages
Acked-by: Michal Simek <monstr@...str.eu>
Frans Pop wrote:
> Signed-off-by: Frans Pop <elendil@...net.nl>
> Cc: microblaze-uclinux@...e.uq.edu.au
> Cc: Michal Simek <monstr@...str.eu>
> ---
> arch/microblaze/kernel/cpu/cache.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/microblaze/kernel/cpu/cache.c b/arch/microblaze/kernel/cpu/cache.c
> index d9d6383..a2c8009 100644
> --- a/arch/microblaze/kernel/cpu/cache.c
> +++ b/arch/microblaze/kernel/cpu/cache.c
> @@ -504,7 +504,7 @@ const struct scache wt_nomsr_noirq = {
> #define CPUVER_7_20_A 0x0c
> #define CPUVER_7_20_D 0x0f
>
> -#define INFO(s) printk(KERN_INFO "cache: " s " \n");
> +#define INFO(s) printk(KERN_INFO "cache: " s "\n");
>
> void microblaze_cache_init(void)
> {
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists