diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-03-01 21:51:29 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-03-01 21:51:29 +0000 |
commit | b8269e211134860785d103493a8de6d596dfa913 (patch) | |
tree | d4281c4cb536a9d71f9de94f0cd0316a4a7e8683 /src/include | |
parent | 750edfd88c26423edf6c2526d83e6839a9809ecb (diff) |
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
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index 5ab7748999..42b68f6c39 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -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 */ |