UPSTREAM: src/include: Remove space after function name
Fix the following warning detected by checkpatch.pl:
WARNING: space prohibited between function name and open parenthesis '('
TEST=Build and run on Galileo Gen2
Change-Id: I1414d0522e28731ac0305deed79bf637e35767c0
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 746d4afbed
Original-Change-Id: I0ac30b32bab895ca72f91720eeae5a5067327247
Original-Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Original-Reviewed-on: https://review.coreboot.org/18656
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/454546
This commit is contained in:
parent
d7d644324b
commit
b710c02e35
8 changed files with 16 additions and 16 deletions
|
|
@ -107,7 +107,7 @@ struct reg_script_bus_entry {
|
|||
void (*reg_script_write)(struct reg_script_context *ctx);
|
||||
};
|
||||
|
||||
#define REG_SCRIPT_TABLE_ATTRIBUTE __attribute__ ((used, section (".rsbe_init")))
|
||||
#define REG_SCRIPT_TABLE_ATTRIBUTE __attribute__ ((used, section(".rsbe_init")))
|
||||
|
||||
#define REG_SCRIPT_BUS_ENTRY(bus_entry_) \
|
||||
const struct reg_script_bus_entry *rsbe_ ## bus_entry_ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue