mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
@ 2025-06-30 19:35 Dan Carpenter
  2025-06-30 20:42 ` Alain Volmat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dan Carpenter @ 2025-06-30 19:35 UTC (permalink / raw)
  To: Clément Le Goffic
  Cc: Alain Volmat, Mark Brown, Maxime Coquelin, Alexandre Torgue,
	linux-spi, linux-stm32, linux-arm-kernel, linux-kernel,
	kernel-janitors

These lines were indented one tab more than they should be.  Delete
the stray tabs.

Signed-off-by: Dan Carpenter <dan.carpenter@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;
 	}
-- 
2.47.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
  2025-06-30 19:35 [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness() Dan Carpenter
@ 2025-06-30 20:42 ` Alain Volmat
  2025-07-01  7:09 ` Clement LE GOFFIC
  2025-07-01 22:15 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Alain Volmat @ 2025-06-30 20:42 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Clément Le Goffic, Mark Brown, Maxime Coquelin,
	Alexandre Torgue, linux-spi, linux-stm32, linux-arm-kernel,
	linux-kernel, kernel-janitors

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@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@foss.st.com>

Regards,
Alain

> -- 
> 2.47.2
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
  2025-06-30 19:35 [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness() Dan Carpenter
  2025-06-30 20:42 ` Alain Volmat
@ 2025-07-01  7:09 ` Clement LE GOFFIC
  2025-07-01 22:15 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Clement LE GOFFIC @ 2025-07-01  7:09 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Alain Volmat, Mark Brown, Maxime Coquelin, Alexandre Torgue,
	linux-spi, linux-stm32, linux-arm-kernel, linux-kernel,
	kernel-janitors

Hi Dan,

Thank you.


On 6/30/25 21:35, 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@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;
>   	}

Reviewed-by: Clément Le Goffic <clement.legoffic@foss.st.com>

Best regards,
Clément

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
  2025-06-30 19:35 [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness() Dan Carpenter
  2025-06-30 20:42 ` Alain Volmat
  2025-07-01  7:09 ` Clement LE GOFFIC
@ 2025-07-01 22:15 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2025-07-01 22:15 UTC (permalink / raw)
  To: Clément Le Goffic, Dan Carpenter
  Cc: Alain Volmat, Maxime Coquelin, Alexandre Torgue, linux-spi,
	linux-stm32, linux-arm-kernel, linux-kernel, kernel-janitors

On Mon, 30 Jun 2025 14:35:25 -0500, Dan Carpenter wrote:
> These lines were indented one tab more than they should be.  Delete
> the stray tabs.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
      commit: 244bc18e5f1875401a4af87d2eae3f9376d9d720

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-01 22:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-30 19:35 [PATCH] spi: stm32: delete stray tabs in stm32h7_spi_data_idleness() Dan Carpenter
2025-06-30 20:42 ` Alain Volmat
2025-07-01  7:09 ` Clement LE GOFFIC
2025-07-01 22:15 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®