Browse Source

[SPARC64]: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Joe Perches 17 years ago
parent
commit
519c4d2deb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      arch/sparc64/kernel/smp.c

+ 3 - 2
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);
 		       t[i].rt, t[i].master, t[i].diff, t[i].lat);
 #endif
 #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);
 static void smp_start_sync_tick_client(int cpu);