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>
This commit is contained in:
Dan Carpenter
2025-06-30 14:35:25 -05:00
committed by Mark Brown
parent c4f2c05ab0
commit 244bc18e5f

View File

@@ -1897,8 +1897,8 @@ static void stm32h7_spi_data_idleness(struct stm32_spi *spi, struct spi_transfer
if (spi_delay_ns) {
dev_warn(spi->dev, "Overriding st,spi-midi-ns with word_delay_ns %d\n",
spi_delay_ns);
spi->cur_midi = spi_delay_ns;
}
spi->cur_midi = spi_delay_ns;
}
} else {
spi->cur_midi = spi_delay_ns;
}