[coreboot] [v2] r4824 - trunk/coreboot-v2/src/southbridge/ricoh/rl5c476

svn at coreboot.org svn at coreboot.org
Thu Oct 22 19:02:45 CEST 2009


Author: stepan
Date: 2009-10-22 19:02:44 +0200 (Thu, 22 Oct 2009)
New Revision: 4824

Modified:
   trunk/coreboot-v2/src/southbridge/ricoh/rl5c476/rl5c476.c
Log:
minimal whitespace fix (trivial)
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/southbridge/ricoh/rl5c476/rl5c476.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/ricoh/rl5c476/rl5c476.c	2009-10-22 16:59:33 UTC (rev 4823)
+++ trunk/coreboot-v2/src/southbridge/ricoh/rl5c476/rl5c476.c	2009-10-22 17:02:44 UTC (rev 4824)
@@ -172,7 +172,7 @@
 	if( enable_cf_boot && (PCI_FUNC(dev->path.pci.devfn) == 1)){ 
 		/* fake index as it isn't in PCI config space */
 		resource = new_resource(dev, 1);
-		resource->flags |= IORESOURCE_MEM ;
+		resource->flags |= IORESOURCE_MEM;
 		resource->size = 0x1000;
 		resource->align = resource->gran = 12;
 		resource->limit= 0xffff0000;
@@ -188,7 +188,7 @@
 		resource = find_resource(dev,1);
 		if( !(resource->flags & IORESOURCE_STORED) ){
 			resource->flags |= IORESOURCE_STORED ;
-			printk_debug("%s 1 ==> %x\n",dev_path(dev),resource->base); 
+			printk_debug("%s 1 ==> %x\n", dev_path(dev), resource->base); 
 			cf_base = resource->base;
 		}
 	}





More information about the coreboot mailing list