2010-02-06 17:50:20

by Frans Pop

[permalink] [raw]
Subject: [PATCH 01/16] alpha: remove trailing spaces in messages

Signed-off-by: Frans Pop <[email protected]>
Cc: [email protected]
---
arch/alpha/kernel/sys_dp264.c | 2 +-
arch/alpha/kernel/sys_titan.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/alpha/kernel/sys_dp264.c b/arch/alpha/kernel/sys_dp264.c
index d64e1e4..4026502 100644
--- a/arch/alpha/kernel/sys_dp264.c
+++ b/arch/alpha/kernel/sys_dp264.c
@@ -224,7 +224,7 @@ static void
dp264_device_interrupt(unsigned long vector)
{
#if 1
- printk("dp264_device_interrupt: NOT IMPLEMENTED YET!! \n");
+ printk("dp264_device_interrupt: NOT IMPLEMENTED YET!!\n");
#else
unsigned long pld;
unsigned int i;
diff --git a/arch/alpha/kernel/sys_titan.c b/arch/alpha/kernel/sys_titan.c
index 2880533..9008d0f 100644
--- a/arch/alpha/kernel/sys_titan.c
+++ b/arch/alpha/kernel/sys_titan.c
@@ -171,7 +171,7 @@ titan_set_irq_affinity(unsigned int irq, const struct cpumask *affinity)
static void
titan_device_interrupt(unsigned long vector)
{
- printk("titan_device_interrupt: NOT IMPLEMENTED YET!! \n");
+ printk("titan_device_interrupt: NOT IMPLEMENTED YET!!\n");
}

static void
--
1.6.6.1


2010-02-07 00:54:59

by Matt Turner

[permalink] [raw]
Subject: Re: [PATCH 01/16] alpha: remove trailing spaces in messages

On Sat, Feb 6, 2010 at 12:47 PM, Frans Pop <[email protected]> wrote:
> Signed-off-by: Frans Pop <[email protected]>
> Cc: [email protected]
> ---
> ?arch/alpha/kernel/sys_dp264.c | ? ?2 +-
> ?arch/alpha/kernel/sys_titan.c | ? ?2 +-
> ?2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/alpha/kernel/sys_dp264.c b/arch/alpha/kernel/sys_dp264.c
> index d64e1e4..4026502 100644
> --- a/arch/alpha/kernel/sys_dp264.c
> +++ b/arch/alpha/kernel/sys_dp264.c
> @@ -224,7 +224,7 @@ static void
> ?dp264_device_interrupt(unsigned long vector)
> ?{
> ?#if 1
> - ? ? ? printk("dp264_device_interrupt: NOT IMPLEMENTED YET!! \n");
> + ? ? ? printk("dp264_device_interrupt: NOT IMPLEMENTED YET!!\n");
> ?#else
> ? ? ? ?unsigned long pld;
> ? ? ? ?unsigned int i;
> diff --git a/arch/alpha/kernel/sys_titan.c b/arch/alpha/kernel/sys_titan.c
> index 2880533..9008d0f 100644
> --- a/arch/alpha/kernel/sys_titan.c
> +++ b/arch/alpha/kernel/sys_titan.c
> @@ -171,7 +171,7 @@ titan_set_irq_affinity(unsigned int irq, const struct cpumask *affinity)
> ?static void
> ?titan_device_interrupt(unsigned long vector)
> ?{
> - ? ? ? printk("titan_device_interrupt: NOT IMPLEMENTED YET!! \n");
> + ? ? ? printk("titan_device_interrupt: NOT IMPLEMENTED YET!!\n");
> ?}
>
> ?static void
> --
> 1.6.6.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
> the body of a message to [email protected]
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>

Thanks. I'll apply this to my tree.

Matt