All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: atmel: Fix typo
@ 2022-01-07  2:46 ` Qinghua Jin
  0 siblings, 0 replies; 4+ messages in thread
From: Qinghua Jin @ 2022-01-07  2:46 UTC (permalink / raw)
  Cc: Qinghua Jin, Tudor Ambarus, Mark Brown, Nicolas Ferre,
	Alexandre Belloni, Ludovic Desroches, linux-spi,
	linux-arm-kernel, linux-kernel

Change 'actualy' to 'actually'

Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
---
 drivers/spi/spi-atmel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c
index f872cf196c2f..c5e454acc22d 100644
--- a/drivers/spi/spi-atmel.c
+++ b/drivers/spi/spi-atmel.c
@@ -464,7 +464,7 @@ static int atmel_spi_dma_slave_config(struct atmel_spi *as,
 	 * However, the first data has to be written into the lowest 16 bits and
 	 * the second data into the highest 16 bits of the Transmit
 	 * Data Register. For 8bit data (the most frequent case), it would
-	 * require to rework tx_buf so each data would actualy fit 16 bits.
+	 * require to rework tx_buf so each data would actually fit 16 bits.
 	 * So we'd rather write only one data at the time. Hence the transmit
 	 * path works the same whether FIFOs are available (and enabled) or not.
 	 */
-- 
2.30.2


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

* [PATCH] spi: atmel: Fix typo
@ 2022-01-07  2:46 ` Qinghua Jin
  0 siblings, 0 replies; 4+ messages in thread
From: Qinghua Jin @ 2022-01-07  2:46 UTC (permalink / raw)
  Cc: Alexandre Belloni, Tudor Ambarus, linux-kernel, linux-spi,
	Qinghua Jin, Ludovic Desroches, Mark Brown, linux-arm-kernel

Change 'actualy' to 'actually'

Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
---
 drivers/spi/spi-atmel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c
index f872cf196c2f..c5e454acc22d 100644
--- a/drivers/spi/spi-atmel.c
+++ b/drivers/spi/spi-atmel.c
@@ -464,7 +464,7 @@ static int atmel_spi_dma_slave_config(struct atmel_spi *as,
 	 * However, the first data has to be written into the lowest 16 bits and
 	 * the second data into the highest 16 bits of the Transmit
 	 * Data Register. For 8bit data (the most frequent case), it would
-	 * require to rework tx_buf so each data would actualy fit 16 bits.
+	 * require to rework tx_buf so each data would actually fit 16 bits.
 	 * So we'd rather write only one data at the time. Hence the transmit
 	 * path works the same whether FIFOs are available (and enabled) or not.
 	 */
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] spi: atmel: Fix typo
  2022-01-07  2:46 ` Qinghua Jin
@ 2022-01-07 14:33   ` Mark Brown
  -1 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2022-01-07 14:33 UTC (permalink / raw)
  To: Qinghua Jin
  Cc: linux-spi, Nicolas Ferre, Alexandre Belloni, linux-arm-kernel,
	Ludovic Desroches, Tudor Ambarus, linux-kernel

On Fri, 7 Jan 2022 10:46:31 +0800, Qinghua Jin wrote:
> Change 'actualy' to 'actually'
> 
> 

Applied to

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

Thanks!

[1/1] spi: atmel: Fix typo
      commit: c8c9cb6d9fbeace1c5509f4bb2f3c32095cda0d0

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

* Re: [PATCH] spi: atmel: Fix typo
@ 2022-01-07 14:33   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2022-01-07 14:33 UTC (permalink / raw)
  To: Qinghua Jin
  Cc: Alexandre Belloni, Tudor Ambarus, linux-kernel, linux-spi,
	Ludovic Desroches, linux-arm-kernel

On Fri, 7 Jan 2022 10:46:31 +0800, Qinghua Jin wrote:
> Change 'actualy' to 'actually'
> 
> 

Applied to

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

Thanks!

[1/1] spi: atmel: Fix typo
      commit: c8c9cb6d9fbeace1c5509f4bb2f3c32095cda0d0

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-01-07 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07  2:46 [PATCH] spi: atmel: Fix typo Qinghua Jin
2022-01-07  2:46 ` Qinghua Jin
2022-01-07 14:33 ` Mark Brown
2022-01-07 14:33   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.