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

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6423 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Sven Schnelle 2011-03-01 21:51:29 +00:00
parent 750edfd88c
commit b8269e2111
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ struct device {
struct device_path path; struct device_path path;
unsigned vendor; unsigned vendor;
unsigned device; unsigned device;
u16 subsystem_vendor; u16 subsystem_vendor;
u16 subsystem_device; u16 subsystem_device;
unsigned int class; /* 3 bytes: (base, sub, prog-if) */ unsigned int class; /* 3 bytes: (base, sub, prog-if) */
unsigned int hdr_type; /* PCI header type */ unsigned int hdr_type; /* PCI header type */
unsigned int enabled : 1; /* set if we should enable the device */ unsigned int enabled : 1; /* set if we should enable the device */