aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_pci.c
diff options
context:
space:
mode:
authorjoe@perches.com <joe@perches.com>2007-11-19 20:47:55 -0500
committerPaul Mackerras <paulus@samba.org>2007-12-02 21:56:27 -0500
commitdf3c9019ed20dbd46b945adeec09c0e82034252a (patch)
tree04fdbb7935787208bafb70c895052c49bf07a9bb /arch/powerpc/sysdev/fsl_pci.c
parent215a5575b56b1cc87773442beba09fbfff689464 (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/sysdev/fsl_pci.c')
-rw-r--r--arch/powerpc/sysdev/fsl_pci.c2
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)
222 hose->indirect_type |= PPC_INDIRECT_TYPE_NO_PCIE_LINK; 222 hose->indirect_type |= PPC_INDIRECT_TYPE_NO_PCIE_LINK;
223 } 223 }
224 224
225 printk(KERN_INFO "Found FSL PCI host bridge at 0x%016llx." 225 printk(KERN_INFO "Found FSL PCI host bridge at 0x%016llx. "
226 "Firmware bus number: %d->%d\n", 226 "Firmware bus number: %d->%d\n",
227 (unsigned long long)rsrc.start, hose->first_busno, 227 (unsigned long long)rsrc.start, hose->first_busno,
228 hose->last_busno); 228 hose->last_busno);