projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aad0cc
)
crypto: img-hash - fix spelling mistake in dev_err error message
author
Colin Ian King
<colin.king@canonical.com>
Sun, 2 Aug 2015 23:05:03 +0000
(
00:05
+0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 4 Aug 2015 09:41:31 +0000
(17:41 +0800)
Trival change, fix spelling mistake 'aquire' -> 'acquire' in
dev_err message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/img-hash.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/img-hash.c
b/drivers/crypto/img-hash.c
index
ad47d0d
..
68e8aa9
100644
(file)
--- 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 a
c
quire a slave DMA channel.\n");
return -EBUSY;
}
dma_conf.direction = DMA_MEM_TO_DEV;