Skip to content

Commit bbedf9c

Browse files
committed
irqchip: bcm2712-mip: Indent with TABs, not spaces
Replace a group of spaces with a TAB, to match the neighbouring lines. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 29ac179 commit bbedf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-bcm2712-mip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ static const struct msi_parent_ops mip_msi_parent_ops = {
164164
.supported_flags = MIP_MSI_FLAGS_SUPPORTED,
165165
.required_flags = MIP_MSI_FLAGS_REQUIRED,
166166
.chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
167-
.bus_select_token = DOMAIN_BUS_GENERIC_MSI,
167+
.bus_select_token = DOMAIN_BUS_GENERIC_MSI,
168168
.bus_select_mask = MATCH_PCI_MSI,
169169
.prefix = "MIP-MSI-",
170170
.init_dev_msi_info = msi_lib_init_dev_msi_info,

0 commit comments

Comments
 (0)