diff options
author | joe@perches.com <joe@perches.com> | 2007-11-20 12:47:55 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-03 13:56:27 +1100 |
commit | df3c9019ed20dbd46b945adeec09c0e82034252a (patch) | |
tree | 04fdbb7935787208bafb70c895052c49bf07a9bb /arch/powerpc/sysdev/fsl_pci.c | |
parent | 215a5575b56b1cc87773442beba09fbfff689464 (diff) | |
download | talos-op-linux-df3c9019ed20dbd46b945adeec09c0e82034252a.tar.gz talos-op-linux-df3c9019ed20dbd46b945adeec09c0e82034252a.zip |
[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/sysdev/fsl_pci.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index 33df4c347ca7..87e58e09b500 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c @@ -222,7 +222,7 @@ int __init fsl_add_bridge(struct device_node *dev, int is_primary) hose->indirect_type |= PPC_INDIRECT_TYPE_NO_PCIE_LINK; } - printk(KERN_INFO "Found FSL PCI host bridge at 0x%016llx." + printk(KERN_INFO "Found FSL PCI host bridge at 0x%016llx. " "Firmware bus number: %d->%d\n", (unsigned long long)rsrc.start, hose->first_busno, hose->last_busno); |