src/soc: Add required space before opening parenthesis '('
Change-Id: Ifc47f103492a2cd6c818dfd64be971d34afbe0a4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16324 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
3c80408fc8
commit
4a83f1cf24
@@ -162,7 +162,7 @@ int platform_i2c_transfer(unsigned bus, struct i2c_seg *segments, int count)
|
||||
}
|
||||
timeout--;
|
||||
udelay(1);
|
||||
} while(1);
|
||||
} while (1);
|
||||
|
||||
/* Finish reading the data bytes */
|
||||
while (read_length > 0) {
|
||||
|
Reference in New Issue
Block a user