mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 01:23:56 +02:00
irqchip/gic-v5: Delete a stray tab
Delete a stray tab that is indenting the code erroneously. [ lpieralisi: Reworded commit message] Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Zenghui Yu <yuzenghui@huawei.com> Link: https://lore.kernel.org/all/20250908082745.113718-2-lpieralisi@kernel.org
This commit is contained in:
parent
c2616c5696
commit
5a5c48e870
|
|
@ -568,7 +568,7 @@ static void __init gicv5_irs_init_bases(struct gicv5_irs_chip_data *irs_data,
|
|||
FIELD_PREP(GICV5_IRS_CR1_IST_RA, GICV5_NO_READ_ALLOC) |
|
||||
FIELD_PREP(GICV5_IRS_CR1_IC, GICV5_NON_CACHE) |
|
||||
FIELD_PREP(GICV5_IRS_CR1_OC, GICV5_NON_CACHE);
|
||||
irs_data->flags |= IRS_FLAGS_NON_COHERENT;
|
||||
irs_data->flags |= IRS_FLAGS_NON_COHERENT;
|
||||
} else {
|
||||
cr1 = FIELD_PREP(GICV5_IRS_CR1_VPED_WA, GICV5_WRITE_ALLOC) |
|
||||
FIELD_PREP(GICV5_IRS_CR1_VPED_RA, GICV5_READ_ALLOC) |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user