summaryrefslogtreecommitdiff
path: root/src/include/bootstate.h
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-03-07 13:00:08 -0800
committerLee Leahy <leroy.p.leahy@intel.com>2017-03-09 17:19:37 +0100
commit18cb7e66bd52d68e59191d0d98236973213e6515 (patch)
tree4a73a51e443878b636ca8ceca98cfafbb485db84 /src/include/bootstate.h
parentae3fd34e0074da005c3fba471060965c14f3ec76 (diff)
downloadcoreboot-18cb7e66bd52d68e59191d0d98236973213e6515.tar.xz
src/include: Remove space after &
Fix the following error detected by checkpatch.pl: ERROR: space prohibited after that '&' (ctx:ExW) TEST=Build and run on Galileo Gen2 Change-Id: Ied8b4c00fc57a35ed4d649264a5ff1b8dcc6a1cd Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/18648 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/include/bootstate.h')
-rw-r--r--src/include/bootstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index 66f3dcc70d..26598f7078 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -197,7 +197,7 @@ struct boot_state_init_entry {
}; \
static struct boot_state_init_entry * \
bsie_ ## func_ ##_## state_ ##_## when_ BOOT_STATE_INIT_ATTR = \
- & func_ ##_## state_ ##_## when_;
+ &func_ ##_## state_ ##_## when_;
/* Hook per arch when coreboot is exiting to payload or ACPI OS resume. It's
* the very last thing done before the transition. */