From b8269e211134860785d103493a8de6d596dfa913 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Tue, 1 Mar 2011 21:51:29 +0000 Subject: Fix a simple whitespace error in src/include/device/device.h Signed-off-by: Sven Schnelle Acked-by: Sven Schnelle Reported-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6423 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/device/device.h') 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 */ -- cgit v1.2.3