mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
intel_l3_parity: Fix indentation
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user