Skip to content

Commit 5a5c48e

Browse files
Dan CarpenterKAGA-KOKO
authored andcommitted
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 <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Zenghui Yu <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent c2616c5 commit 5a5c48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-gic-v5-irs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ static void __init gicv5_irs_init_bases(struct gicv5_irs_chip_data *irs_data,
568568
FIELD_PREP(GICV5_IRS_CR1_IST_RA, GICV5_NO_READ_ALLOC) |
569569
FIELD_PREP(GICV5_IRS_CR1_IC, GICV5_NON_CACHE) |
570570
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;
572572
} else {
573573
cr1 = FIELD_PREP(GICV5_IRS_CR1_VPED_WA, GICV5_WRITE_ALLOC) |
574574
FIELD_PREP(GICV5_IRS_CR1_VPED_RA, GICV5_READ_ALLOC) |

0 commit comments

Comments
 (0)