Got rid of the split print lines as per checkpatch

Signed-off-by: Charlie Paul <charlie.p...@windriver.com>
---
 arch/arm/mach-axxia/pci.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-axxia/pci.c b/arch/arm/mach-axxia/pci.c
index c0c030f..bb52908 100644
--- a/arch/arm/mach-axxia/pci.c
+++ b/arch/arm/mach-axxia/pci.c
@@ -311,8 +311,7 @@ arm_pciex_axxia_read_config(struct pci_bus *bus,
        }
 
 #ifdef PRINT_CONFIG_ACCESSES
-       pr_info("acp_read_config for PCIE%d: %3d  fn=0x%04x o=0x%04x l=%d "
-               "a=0x%08x v=0x%08x, dev=%d\n",
+       pr_info("acp_read_config for PCIE%d: %3d  fn=0x%04x o=0x%04x l=%d 
a=0x%08x v=0x%08x, dev=%d\n",
                        port->index, bus->number, devfn, offset, len,
                        bus_addr, *val, PCI_SLOT(devfn));
 #endif
@@ -376,8 +375,7 @@ arm_pciex_axxia_write_config(struct pci_bus *bus,
        }
 
 #ifdef PRINT_CONFIG_ACCESSES
-       pr_info("acp_write_config: bus=%3d devfn=0x%04x offset=0x%04x len=%d"
-               "addr=0x%08x val=0x%08x\n",
+       pr_info("acp_write_config: bus=%3d devfn=0x%04x offset=0x%04x len=%d 
addr=0x%08x val=0x%08x\n",
                bus->number, devfn, offset, len, bus_addr, val);
 #endif
 
-- 
1.7.9.5

_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to