Skip to content

Commit 327cbba

Browse files
Colin Ian Kingherbertx
authored andcommitted
crypto: img-hash - fix spelling mistake in dev_err error message
Trival change, fix spelling mistake 'aquire' -> 'acquire' in dev_err message. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 4aad0cc commit 327cbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/img-hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static int img_hash_dma_init(struct img_hash_dev *hdev)
334334

335335
hdev->dma_lch = dma_request_slave_channel(hdev->dev, "tx");
336336
if (!hdev->dma_lch) {
337-
dev_err(hdev->dev, "Couldn't aquire a slave DMA channel.\n");
337+
dev_err(hdev->dev, "Couldn't acquire a slave DMA channel.\n");
338338
return -EBUSY;
339339
}
340340
dma_conf.direction = DMA_MEM_TO_DEV;

0 commit comments

Comments
 (0)