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 <dan.carpenter@linaro.org> Acked-by: Alain Volmat <alain.volmat@foss.st.com> Reviewed-by: Clément Le Goffic <clement.legoffic@foss.st.com> Link: https://patch.msgid.link/2033b9fa-7b0f-4617-b94e-7b0a51c5c4b1@sabinyo.mountain Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c4f2c05 commit 244bc18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)