mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 08:16:10 +00:00
intel_l3_parity: Fix indentation
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
64cfe4eefe
commit
318c0b22d7
@ -58,12 +58,12 @@ static void dumpit(void)
|
||||
for (j = 0; j < NUM_SUBBANKS; j++) {
|
||||
struct l3_log_register *reg = &l3log[i][j];
|
||||
|
||||
if (reg->row0_enable)
|
||||
printf("Row %d, Bank %d, Subbank %d is disabled\n",
|
||||
reg->row0, i, j);
|
||||
if (reg->row1_enable)
|
||||
printf("Row %d, Bank %d, Subbank %d is disabled\n",
|
||||
reg->row1, i, j);
|
||||
if (reg->row0_enable)
|
||||
printf("Row %d, Bank %d, Subbank %d is disabled\n",
|
||||
reg->row0, i, j);
|
||||
if (reg->row1_enable)
|
||||
printf("Row %d, Bank %d, Subbank %d is disabled\n",
|
||||
reg->row1, i, j);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user