summaryrefslogtreecommitdiff
path: root/src/include/symbols.h
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-03-07 14:31:19 -0800
committerMartin Roth <martinroth@google.com>2017-03-12 15:45:26 +0100
commit91d1e76fd168defce4132d1e308b68a2013a89df (patch)
tree87935e21ca30d6e3f42ba96326f37a2a438f85ee /src/include/symbols.h
parent4eb155cee47557cd652d1a85fed5021b23f18a2a (diff)
downloadcoreboot-91d1e76fd168defce4132d1e308b68a2013a89df.tar.xz
src/include: Remove spaces before ( and after )
Fix the following error messages found by checkpatch.pl: ERROR: space prohibited after that open parenthesis '(' ERROR: space prohibited before that close parenthesis ')' TEST=Build and run on Galileo Gen2 Change-Id: I2a9a0df640c51ff3efa83dde852dd6ff37ac3c06 Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/18651 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/include/symbols.h')
-rw-r--r--src/include/symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/symbols.h b/src/include/symbols.h
index ea4429316d..ada7fa70df 100644
--- a/src/include/symbols.h
+++ b/src/include/symbols.h
@@ -111,6 +111,6 @@ extern u8 _eframebuffer[];
* values from that definition will be used. If not, start, end and size will
* all evaluate to 0. (We can't explicitly assign the symbols to 0 in the
* assembly due to https://sourceware.org/bugzilla/show_bug.cgi?id=1038.) */
-#define DECLARE_OPTIONAL_REGION(name) asm (".weak _" #name ", _e" #name )
+#define DECLARE_OPTIONAL_REGION(name) asm (".weak _" #name ", _e" #name)
#endif /* __SYMBOLS_H */