summaryrefslogtreecommitdiff
path: root/drivers/crypto/img-hash.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-05-20 14:54:02 (GMT)
committerJiri Kosina <jkosina@suse.com>2015-08-07 11:58:05 (GMT)
commit971bd8fa369a37b047c26e9a47d4c1f5d2dce4d3 (patch)
tree997716fb8a689711da6aa1088d1ab0d0dfdba2c7 /drivers/crypto/img-hash.c
parent74d33293e467df61de1b1d8b2fbe29e550dec33b (diff)
downloadlinux-971bd8fa369a37b047c26e9a47d4c1f5d2dce4d3.tar.xz
treewide: Fix typo in printk
This patch fix spelling typo inv various part of sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/crypto/img-hash.c')
-rw-r--r--drivers/crypto/img-hash.c2
1 files changed, 1 insertions, 1 deletions
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;