diff options
author | joe@perches.com <joe@perches.com> | 2007-11-19 20:47:55 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-02 21:56:27 -0500 |
commit | df3c9019ed20dbd46b945adeec09c0e82034252a (patch) | |
tree | 04fdbb7935787208bafb70c895052c49bf07a9bb /arch/powerpc/platforms/8xx | |
parent | 215a5575b56b1cc87773442beba09fbfff689464 (diff) |
[POWERPC] Add missing spaces in printk formats
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx')
-rw-r--r-- | arch/powerpc/platforms/8xx/m8xx_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/8xx/m8xx_setup.c b/arch/powerpc/platforms/8xx/m8xx_setup.c index d35eda80e9e6..ba645c2b63f6 100644 --- a/arch/powerpc/platforms/8xx/m8xx_setup.c +++ b/arch/powerpc/platforms/8xx/m8xx_setup.c | |||
@@ -120,7 +120,7 @@ void __init mpc8xx_calibrate_decr(void) | |||
120 | ppc_tb_freq /= 16; | 120 | ppc_tb_freq /= 16; |
121 | ppc_proc_freq = 50000000; | 121 | ppc_proc_freq = 50000000; |
122 | if (!get_freq("clock-frequency", &ppc_proc_freq)) | 122 | if (!get_freq("clock-frequency", &ppc_proc_freq)) |
123 | printk(KERN_ERR "WARNING: Estimating processor frequency" | 123 | printk(KERN_ERR "WARNING: Estimating processor frequency " |
124 | "(not found)\n"); | 124 | "(not found)\n"); |
125 | 125 | ||
126 | printk("Decrementer Frequency = 0x%lx\n", ppc_tb_freq); | 126 | printk("Decrementer Frequency = 0x%lx\n", ppc_tb_freq); |