public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Colin Ian King'" <colin.i.king@gmail.com>,
	"'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Andi Shyti'" <andi@etezian.org>,
	"'Mark Brown'" <broonie@kernel.org>, <linux-spi@vger.kernel.org>,
	<linux-samsung-soc@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Cc: <kernel-janitors@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH][next] spi: s3c64xx: Fix spelling mistake "hannel" -> "channel"
Date: Wed, 8 Jun 2022 16:16:59 +0530	[thread overview]
Message-ID: <015701d87b25$15c75120$4155f360$@samsung.com> (raw)
In-Reply-To: <20220608081912.2083086-1-colin.i.king@gmail.com>



>-----Original Message-----
>From: Colin Ian King [mailto:colin.i.king@gmail.com]
>Sent: Wednesday, June 8, 2022 1:49 PM
>To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>; Andi Shyti
><andi@etezian.org>; Mark Brown <broonie@kernel.org>; Alim Akhtar
><alim.akhtar@samsung.com>; linux-spi@vger.kernel.org; linux-samsung-
>soc@vger.kernel.org; linux-arm-kernel@lists.infradead.org
>Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
>Subject: [PATCH][next] spi: s3c64xx: Fix spelling mistake "hannel" -> "channel"
>
>There is a spelling mistake in a dev_err message. Fix it.
>
>Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
>---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

> drivers/spi/spi-s3c64xx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index
>82558e37c735..f56d9c819a76 100644
>--- a/drivers/spi/spi-s3c64xx.c
>+++ b/drivers/spi/spi-s3c64xx.c
>@@ -360,7 +360,7 @@ static int s3c64xx_spi_prepare_transfer(struct
>spi_master *spi)
>
> 	sdd->tx_dma.ch = dma_request_chan(&sdd->pdev->dev, "tx");
> 	if (IS_ERR(sdd->tx_dma.ch)) {
>-		dev_err(&sdd->pdev->dev, "Failed to get TX DMA hannel\n");
>+		dev_err(&sdd->pdev->dev, "Failed to get TX DMA
>channel\n");
> 		dma_release_channel(sdd->rx_dma.ch);
> 		sdd->tx_dma.ch = 0;
> 		sdd->rx_dma.ch = 0;
>--
>2.35.3



  parent reply	other threads:[~2022-06-08 10:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20220608081916epcas5p2c35a76a868edcb8ec14d3a83edb00ee6@epcas5p2.samsung.com>
2022-06-08  8:19 ` [PATCH][next] spi: s3c64xx: Fix spelling mistake "hannel" -> "channel" Colin Ian King
2022-06-08  9:30   ` Krzysztof Kozlowski
2022-06-08 10:46   ` Alim Akhtar [this message]
2022-06-08 13:35   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='015701d87b25$15c75120$4155f360$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=andi@etezian.org \
    --cc=broonie@kernel.org \
    --cc=colin.i.king@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox