From: Dan Carpenter Date: Mon, 30 Jun 2025 19:35:25 +0000 (-0500) Subject: spi: stm32: delete stray tabs in stm32h7_spi_data_idleness() X-Git-Tag: v6.17-rc1~182^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244bc18e5f1875401a4af87d2eae3f9376d9d720;p=thirdparty%2Flinux.git 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 Acked-by: Alain Volmat Reviewed-by: Clément Le Goffic Link: https://patch.msgid.link/2033b9fa-7b0f-4617-b94e-7b0a51c5c4b1@sabinyo.mountain Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-stm32.c b/drivers/spi/spi-stm32.c index 9b3bc0c908bf2..a29c67024d00b 100644 --- a/drivers/spi/spi-stm32.c +++ b/drivers/spi/spi-stm32.c @@ -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; }