northbridge/intel: Add required space before opening parenthesis '('
Change-Id: I53208ce5db06d2c65f954e6d59222924ab87722e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16304 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
5a7e72f1ae
commit
12df950583
@@ -149,7 +149,7 @@ set_translation_table(int start, int end, u64 base, int inc)
|
||||
{
|
||||
int i;
|
||||
|
||||
for(i = start; i < end; i++){
|
||||
for (i = start; i < end; i++){
|
||||
u64 physical_address = base + i*inc;
|
||||
/* swizzle the 32:39 bits to 4:11 */
|
||||
u32 word = physical_address | ((physical_address >> 28) & 0xff0) | 1;
|
||||
|
Reference in New Issue
Block a user