From d0cdcaeb086ce215915b098d08ff6ec2d5198327 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 8 Aug 2014 15:24:31 +0200 Subject: southbridge/ricoh,ti: Remove trailing whitespace in debug output Change-Id: If58854c35dce83bf6db7a84a8cb441cc3e60d6d4 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/6529 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/southbridge/ti/pcixx12/pcixx12.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge/ti/pcixx12/pcixx12.c') diff --git a/src/southbridge/ti/pcixx12/pcixx12.c b/src/southbridge/ti/pcixx12/pcixx12.c index 5e62292674..abddba158e 100644 --- a/src/southbridge/ti/pcixx12/pcixx12.c +++ b/src/southbridge/ti/pcixx12/pcixx12.c @@ -38,11 +38,11 @@ static void pcixx12_read_resources(device_t dev) static void pcixx12_set_resources(device_t dev) { - printk(BIOS_DEBUG, "%s In set resources \n",dev_path(dev)); + printk(BIOS_DEBUG, "%s In set resources\n",dev_path(dev)); pci_dev_set_resources(dev); - printk(BIOS_DEBUG, "%s done set resources \n",dev_path(dev)); + printk(BIOS_DEBUG, "%s done set resources\n",dev_path(dev)); } static struct device_operations ti_pcixx12_ops = { -- cgit v1.2.3