UPSTREAM: src/cpu: Add required space before opening parenthesis '('
BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16286 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Omar Pakker Change-Id: I7fb9bfcaeec0b9dfd0695d2b2d398fd01091f6bc Reviewed-on: https://chromium-review.googlesource.com/377860 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
92f5b1fef9
commit
48ebfe1dba
19 changed files with 59 additions and 59 deletions
|
|
@ -85,7 +85,7 @@ void intel_sibling_init(struct device *cpu)
|
|||
}
|
||||
|
||||
/* I am the primary CPU start up my siblings */
|
||||
for(i = 1; i < siblings; i++) {
|
||||
for (i = 1; i < siblings; i++) {
|
||||
struct device_path cpu_path;
|
||||
struct device *new;
|
||||
/* Build the CPU device path */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue