Re: [PATCH 04/16] m68k: remove trailing space in messages

From: Geert Uytterhoeven
Date: Sun Mar 07 2010 - 07:41:23 EST


On Sat, Feb 6, 2010 at 18:47, Frans Pop <elendil@xxxxxxxxx> wrote:
> Signed-off-by: Frans Pop <elendil@xxxxxxxxx>
> Cc: linux-m68k@xxxxxxxxxxxxxxxxxxxx
> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx>

Thx, applied.

> ---
> Âarch/m68k/kernel/traps.c | Â Â2 +-
> Âarch/m68k/mac/config.c  |  10 +++++-----
> Âarch/m68k/q40/config.c  |  Â2 +-
> Â3 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/m68k/kernel/traps.c b/arch/m68k/kernel/traps.c
> index aacd6d1..e533f32 100644
> --- a/arch/m68k/kernel/traps.c
> +++ b/arch/m68k/kernel/traps.c
> @@ -455,7 +455,7 @@ static inline void access_error040(struct frame *fp)
>
> Â Â Â Â Â Â Â Âif (do_page_fault(&fp->ptregs, addr, errorcode)) {
> Â#ifdef DEBUG
> - Â Â Â Â Â Â Â Â Â Â Â printk("do_page_fault() !=0 \n");
> + Â Â Â Â Â Â Â Â Â Â Â printk("do_page_fault() !=0\n");
> Â#endif
> Â Â Â Â Â Â Â Â Â Â Â Âif (user_mode(&fp->ptregs)){
> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â/* delay writebacks after signal delivery */
> diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c
> index 0356da9..1c16b1b 100644
> --- a/arch/m68k/mac/config.c
> +++ b/arch/m68k/mac/config.c
> @@ -148,7 +148,7 @@ static void mac_cache_card_flush(int writeback)
> Âvoid __init config_mac(void)
> Â{
> Â Â Â Âif (!MACH_IS_MAC)
> - Â Â Â Â Â Â Â printk(KERN_ERR "ERROR: no Mac, but config_mac() called!! \n");
> + Â Â Â Â Â Â Â printk(KERN_ERR "ERROR: no Mac, but config_mac() called!!\n");
>
> Â Â Â Âmach_sched_init = mac_sched_init;
> Â Â Â Âmach_init_IRQ = mac_init_IRQ;
> @@ -867,7 +867,7 @@ static void __init mac_identify(void)
> Â Â Â Â */
> Â Â Â Âiop_preinit();
>
> - Â Â Â printk(KERN_INFO "Detected Macintosh model: %d \n", model);
> + Â Â Â printk(KERN_INFO "Detected Macintosh model: %d\n", model);
>
> Â Â Â Â/*
> Â Â Â Â * Report booter data:
> @@ -878,12 +878,12 @@ static void __init mac_identify(void)
> Â Â Â Â Â Â Â Âmac_bi_data.videoaddr, mac_bi_data.videorow,
> Â Â Â Â Â Â Â Âmac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF,
> Â Â Â Â Â Â Â Âmac_bi_data.dimensions >> 16);
> - Â Â Â printk(KERN_DEBUG " Videological 0x%lx phys. 0x%lx, SCC at 0x%lx \n",
> + Â Â Â printk(KERN_DEBUG " Videological 0x%lx phys. 0x%lx, SCC at 0x%lx\n",
> Â Â Â Â Â Â Â Âmac_bi_data.videological, mac_orig_videoaddr,
> Â Â Â Â Â Â Â Âmac_bi_data.sccbase);
> - Â Â Â printk(KERN_DEBUG " Boottime: 0x%lx GMTBias: 0x%lx \n",
> + Â Â Â printk(KERN_DEBUG " Boottime: 0x%lx GMTBias: 0x%lx\n",
> Â Â Â Â Â Â Â Âmac_bi_data.boottime, mac_bi_data.gmtbias);
> - Â Â Â printk(KERN_DEBUG " Machine ID: %ld CPUid: 0x%lx memory size: 0x%lx \n",
> + Â Â Â printk(KERN_DEBUG " Machine ID: %ld CPUid: 0x%lx memory size: 0x%lx\n",
> Â Â Â Â Â Â Â Âmac_bi_data.id, mac_bi_data.cpuid, mac_bi_data.memsize);
>
> Â Â Â Âiop_init();
> diff --git a/arch/m68k/q40/config.c b/arch/m68k/q40/config.c
> index 31ab3f0..ad10fec 100644
> --- a/arch/m68k/q40/config.c
> +++ b/arch/m68k/q40/config.c
> @@ -126,7 +126,7 @@ static void q40_reset(void)
> Â{
> Â Â Â Â halted = 1;
> Â Â Â Â printk("\n\n*******************************************\n"
> - Â Â Â Â Â Â Â "Called q40_reset : press the RESET button!! \n"
> + Â Â Â Â Â Â Â "Called q40_reset : press the RESET button!!\n"
> Â Â Â Â Â Â Â Â"*******************************************\n");
> Â Â Â ÂQ40_LED_ON();
> Â Â Â Âwhile (1)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/