Skip to content

Commit 244bc18

Browse files
Dan Carpenterbroonie
authored andcommitted
spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
These lines were indented one tab more than they should be. Delete the stray tabs. Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Alain Volmat <[email protected]> Reviewed-by: Clément Le Goffic <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c4f2c05 commit 244bc18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/spi/spi-stm32.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,8 +1897,8 @@ static void stm32h7_spi_data_idleness(struct stm32_spi *spi, struct spi_transfer
18971897
if (spi_delay_ns) {
18981898
dev_warn(spi->dev, "Overriding st,spi-midi-ns with word_delay_ns %d\n",
18991899
spi_delay_ns);
1900-
spi->cur_midi = spi_delay_ns;
1901-
}
1900+
spi->cur_midi = spi_delay_ns;
1901+
}
19021902
} else {
19031903
spi->cur_midi = spi_delay_ns;
19041904
}

0 commit comments

Comments
 (0)