Fix a simple whitespace error in src/include/device/device.h
authorSven Schnelle <svens@stackframe.org>
Tue, 1 Mar 2011 21:51:29 +0000 (21:51 +0000)
committerSven Schnelle <svens@stackframe.org>
Tue, 1 Mar 2011 21:51:29 +0000 (21:51 +0000)
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

src/include/device/device.h

index 5ab7748999408321c788880ce4a36b0b4968e228..42b68f6c3930bf3df1c27fe31da06146a0f8e471 100644 (file)
@@ -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 */