Re: [PATCH 07/59] arch/sparc64: Add missing "space"

2007-11-19 Thread David Miller
From: Joe Perches <[EMAIL PROTECTED]>
Date: Mon, 19 Nov 2007 17:47:59 -0800

> 
> Signed-off-by: Joe Perches <[EMAIL PROTECTED]>

Applied.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 07/59] arch/sparc64: Add missing "space"

2007-11-19 Thread Joe Perches

Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
---
 arch/sparc64/kernel/smp.c |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/sparc64/kernel/smp.c b/arch/sparc64/kernel/smp.c
index 7cd8d94..894b506 100644
--- a/arch/sparc64/kernel/smp.c
+++ b/arch/sparc64/kernel/smp.c
@@ -236,8 +236,9 @@ void smp_synchronize_tick_client(void)
   t[i].rt, t[i].master, t[i].diff, t[i].lat);
 #endif
 
-   printk(KERN_INFO "CPU %d: synchronized TICK with master CPU (last diff 
%ld cycles,"
-  "maxerr %lu cycles)\n", smp_processor_id(), delta, rt);
+   printk(KERN_INFO "CPU %d: synchronized TICK with master CPU "
+  "(last diff %ld cycles, maxerr %lu cycles)\n",
+  smp_processor_id(), delta, rt);
 }
 
 static void smp_start_sync_tick_client(int cpu);
-- 
1.5.3.5.652.gf192c

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 07/59] arch/sparc64: Add missing space

2007-11-19 Thread Joe Perches

Signed-off-by: Joe Perches [EMAIL PROTECTED]
---
 arch/sparc64/kernel/smp.c |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/sparc64/kernel/smp.c b/arch/sparc64/kernel/smp.c
index 7cd8d94..894b506 100644
--- a/arch/sparc64/kernel/smp.c
+++ b/arch/sparc64/kernel/smp.c
@@ -236,8 +236,9 @@ void smp_synchronize_tick_client(void)
   t[i].rt, t[i].master, t[i].diff, t[i].lat);
 #endif
 
-   printk(KERN_INFO CPU %d: synchronized TICK with master CPU (last diff 
%ld cycles,
-  maxerr %lu cycles)\n, smp_processor_id(), delta, rt);
+   printk(KERN_INFO CPU %d: synchronized TICK with master CPU 
+  (last diff %ld cycles, maxerr %lu cycles)\n,
+  smp_processor_id(), delta, rt);
 }
 
 static void smp_start_sync_tick_client(int cpu);
-- 
1.5.3.5.652.gf192c

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 07/59] arch/sparc64: Add missing space

2007-11-19 Thread David Miller
From: Joe Perches [EMAIL PROTECTED]
Date: Mon, 19 Nov 2007 17:47:59 -0800

 
 Signed-off-by: Joe Perches [EMAIL PROTECTED]

Applied.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/