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:
parent
750edfd88c
commit
b8269e2111
|
@ -64,8 +64,8 @@ struct device {
|
|||
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 */
|
||||
|
|
Loading…
Reference in New Issue