summaryrefslogtreecommitdiffstats
path: root/src/device/oprom/include
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-07-08 12:33:47 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-09 09:27:34 +0000
commitb0b0c8c60a6072d1b0707f9b9b87650570b35ea3 (patch)
treefa3f70a9890aa2f45ee15d4c3c99f851c5a74df4 /src/device/oprom/include
parent6c9737b1ac5b71f705350a960dee0e68b9afb440 (diff)
downloadcoreboot-b0b0c8c60a6072d1b0707f9b9b87650570b35ea3.tar.gz
coreboot-b0b0c8c60a6072d1b0707f9b9b87650570b35ea3.tar.bz2
coreboot-b0b0c8c60a6072d1b0707f9b9b87650570b35ea3.zip
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Change-Id: Ic1c9b1edd8d3206a68854107ddcbc5c51cb487c3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27404 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/device/oprom/include')
-rw-r--r--src/device/oprom/include/x86emu/regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/include/x86emu/regs.h b/src/device/oprom/include/x86emu/regs.h
index 8eec112284fd..51e9719b3c8d 100644
--- a/src/device/oprom/include/x86emu/regs.h
+++ b/src/device/oprom/include/x86emu/regs.h
@@ -306,7 +306,7 @@ typedef struct {
unsigned long mem_base;
unsigned long mem_size;
unsigned long abseg;
- void* private;
+ void *private;
X86EMU_regs x86;
} X86EMU_sysEnv;