All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] spi: cadence: Fix spelling mistake "nunber" -> "number"
@ 2021-09-28 13:07 Colin King
  2021-09-28 13:50 ` Parshuram Raju Thombare
  2021-09-28 16:22 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2021-09-28 13:07 UTC (permalink / raw)
  To: Parshuram Thombare, Mark Brown, linux-spi; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/spi/spi-cadence-xspi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-cadence-xspi.c b/drivers/spi/spi-cadence-xspi.c
index a2a94675292d..3401fcf49f4a 100644
--- a/drivers/spi/spi-cadence-xspi.c
+++ b/drivers/spi/spi-cadence-xspi.c
@@ -308,7 +308,7 @@ static int cdns_xspi_controller_init(struct cdns_xspi_dev *cdns_xspi)
 	hw_magic_num = FIELD_GET(CDNS_XSPI_MAGIC_NUM, ctrl_ver);
 	if (hw_magic_num != CDNS_XSPI_MAGIC_NUM_VALUE) {
 		dev_err(cdns_xspi->dev,
-			"Incorrect XSPI magic nunber: %x, expected: %x\n",
+			"Incorrect XSPI magic number: %x, expected: %x\n",
 			hw_magic_num, CDNS_XSPI_MAGIC_NUM_VALUE);
 		return -EIO;
 	}
-- 
2.32.0


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

* RE: [PATCH][next] spi: cadence: Fix spelling mistake "nunber" -> "number"
  2021-09-28 13:07 [PATCH][next] spi: cadence: Fix spelling mistake "nunber" -> "number" Colin King
@ 2021-09-28 13:50 ` Parshuram Raju Thombare
  2021-09-28 16:22 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Parshuram Raju Thombare @ 2021-09-28 13:50 UTC (permalink / raw)
  To: Colin King, Mark Brown, linux-spi; +Cc: kernel-janitors, linux-kernel

Thanks for the correction.

>There is a spelling mistake in a dev_err error message. Fix it.
>
>Signed-off-by: Colin Ian King <colin.king@canonical.com>
>---
> drivers/spi/spi-cadence-xspi.c | 2 +-[>] 	
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Parshuram Thombare <pthombar@cadence.com>

Regards,
Parshuram Thombare


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

* Re: [PATCH][next] spi: cadence: Fix spelling mistake "nunber" -> "number"
  2021-09-28 13:07 [PATCH][next] spi: cadence: Fix spelling mistake "nunber" -> "number" Colin King
  2021-09-28 13:50 ` Parshuram Raju Thombare
@ 2021-09-28 16:22 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-09-28 16:22 UTC (permalink / raw)
  To: Colin King, linux-spi, Parshuram Thombare
  Cc: Mark Brown, linux-kernel, kernel-janitors

On Tue, 28 Sep 2021 14:07:12 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err error message. Fix it.
> 
> 

Applied to

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

Thanks!

[1/1] spi: cadence: Fix spelling mistake "nunber" -> "number"
      commit: 5c258a8a9cf987b254c4ebdb6481a4d76bcf490b

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] 3+ messages in thread

end of thread, other threads:[~2021-09-28 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 13:07 [PATCH][next] spi: cadence: Fix spelling mistake "nunber" -> "number" Colin King
2021-09-28 13:50 ` Parshuram Raju Thombare
2021-09-28 16:22 ` 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.