[PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()

Alain Volmat alain.volmat at foss.st.com
Mon Jun 30 13:42:20 PDT 2025


Hi Dan,

Thanks for this patch. Indeed.

On Mon, Jun 30, 2025 at 02:35:25PM -0500, Dan Carpenter wrote:
> These lines were indented one tab more than they should be.  Delete
> the stray tabs.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
> ---
>  drivers/spi/spi-stm32.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/spi/spi-stm32.c b/drivers/spi/spi-stm32.c
> index 3d20f09f1ae7..afb54198bde7 100644
> --- a/drivers/spi/spi-stm32.c
> +++ b/drivers/spi/spi-stm32.c
> @@ -1895,8 +1895,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;
>  	}

Acked-by: Alain Volmat <alain.volmat at foss.st.com>

Regards,
Alain

> -- 
> 2.47.2
> 



More information about the linux-arm-kernel mailing list