From: Joe Perches <joe@perches.com>
To: Colin King <colin.king@canonical.com>
Cc: Dan Williams <dan.j.williams@intel.com>,
dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dmaengine: s3c24xx: Fix spelling mistake in dev_err mistake
Date: Sat, 28 Feb 2015 13:25:02 -0800 [thread overview]
Message-ID: <1425158702.31561.3.camel@perches.com> (raw)
In-Reply-To: <1425154453-7658-1-git-send-email-colin.king@canonical.com>
On Sat, 2015-02-28 at 20:14 +0000, Colin King wrote:
> Fix spelling mistake, "aquire" -> "acquire"
trivia:
> diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c
[]
> @@ -1266,7 +1266,7 @@ static int s3c24xx_dma_probe(struct platform_device *pdev)
> sprintf(clk_name, "dma.%d", i);
> phy->clk = devm_clk_get(&pdev->dev, clk_name);
> if (IS_ERR(phy->clk) && sdata->has_clocks) {
> - dev_err(&pdev->dev, "unable to aquire clock for channel %d, error %lu",
> + dev_err(&pdev->dev, "unable to acquire clock for channel %d, error %lu",
Be nice to add the missing terminating newline '\n' too
dev_err(&pdev->dev, "unable to acquire clock for channel %d, error %lu\n",
> i, PTR_ERR(phy->clk));
> continue;
> }
prev parent reply other threads:[~2015-02-28 21:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-28 20:14 [PATCH] dmaengine: s3c24xx: Fix spelling mistake in dev_err mistake Colin King
2015-02-28 21:25 ` Joe Perches [this message]
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=1425158702.31561.3.camel@perches.com \
--to=joe@perches.com \
--cc=colin.king@canonical.com \
--cc=dan.j.williams@intel.com \
--cc=dmaengine@vger.kernel.org \
--cc=linux-kernel@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