Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Dan Carpenter and committed by
Thomas Gleixner
5a5c48e8 c2616c56

+1 -1
+1 -1
drivers/irqchip/irq-gic-v5-irs.c
··· 568 568 FIELD_PREP(GICV5_IRS_CR1_IST_RA, GICV5_NO_READ_ALLOC) | 569 569 FIELD_PREP(GICV5_IRS_CR1_IC, GICV5_NON_CACHE) | 570 570 FIELD_PREP(GICV5_IRS_CR1_OC, GICV5_NON_CACHE); 571 - irs_data->flags |= IRS_FLAGS_NON_COHERENT; 571 + irs_data->flags |= IRS_FLAGS_NON_COHERENT; 572 572 } else { 573 573 cr1 = FIELD_PREP(GICV5_IRS_CR1_VPED_WA, GICV5_WRITE_ALLOC) | 574 574 FIELD_PREP(GICV5_IRS_CR1_VPED_RA, GICV5_READ_ALLOC) |