Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1198463 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2015-08-03 01:10 +0200 |
| Last post | 2015-08-04 11:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] crypto: fix spelling mistake in dev_err error message Colin King <colin.king@canonical.com> - 2015-08-03 01:10 +0200
Re: [PATCH] crypto: fix spelling mistake in dev_err error message Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-04 11:50 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2015-08-03 01:10 +0200 |
| Subject | [PATCH] crypto: fix spelling mistake in dev_err error message |
| Message-ID | <pTaye-1w6-1@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
Trival change, fix spelling mistake 'aquire' -> 'acquire' in
dev_err message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/crypto/img-hash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/img-hash.c b/drivers/crypto/img-hash.c
index ad47d0d..68e8aa9 100644
--- a/drivers/crypto/img-hash.c
+++ b/drivers/crypto/img-hash.c
@@ -334,7 +334,7 @@ static int img_hash_dma_init(struct img_hash_dev *hdev)
hdev->dma_lch = dma_request_slave_channel(hdev->dev, "tx");
if (!hdev->dma_lch) {
- dev_err(hdev->dev, "Couldn't aquire a slave DMA channel.\n");
+ dev_err(hdev->dev, "Couldn't acquire a slave DMA channel.\n");
return -EBUSY;
}
dma_conf.direction = DMA_MEM_TO_DEV;
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Date | 2015-08-04 11:50 +0200 |
| Message-ID | <pTH18-6KY-33@gated-at.bofh.it> |
| In reply to | #1198463 |
On Mon, Aug 03, 2015 at 12:05:03AM +0100, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Trival change, fix spelling mistake 'aquire' -> 'acquire' in > dev_err message. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Applied. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web