Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 519c4d2d authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

[SPARC64]: Add missing "space"

parent 55c45a3a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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);