[coreboot] [commit] r6423 - trunk/src/include/device

repository service svn at coreboot.org
Tue Mar 1 22:51:29 CET 2011


Author: svens
Date: Tue Mar  1 22:51:29 2011
New Revision: 6423
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6423

Log:
Fix a simple whitespace error in src/include/device/device.h

Signed-off-by: Sven Schnelle <svens at stackframe.org>
Acked-by: Sven Schnelle <svens at stackframe.org>
Reported-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Modified:
   trunk/src/include/device/device.h

Modified: trunk/src/include/device/device.h
==============================================================================
--- trunk/src/include/device/device.h	Tue Mar  1 22:43:57 2011	(r6422)
+++ trunk/src/include/device/device.h	Tue Mar  1 22:51:29 2011	(r6423)
@@ -64,8 +64,8 @@
 	struct device_path path;
 	unsigned 	vendor;
 	unsigned 	device;
-	u16 subsystem_vendor;
-	u16  subsystem_device;
+	u16		subsystem_vendor;
+	u16		subsystem_device;
 	unsigned int	class;		/* 3 bytes: (base, sub, prog-if) */
 	unsigned int	hdr_type;	/* PCI header type */
 	unsigned int    enabled : 1;	/* set if we should enable the device */




More information about the coreboot mailing list