Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Colin Ian King and committed by
Herbert Xu
327cbbab 4aad0cc5

+1 -1
+1 -1
drivers/crypto/img-hash.c
··· 334 334 335 335 hdev->dma_lch = dma_request_slave_channel(hdev->dev, "tx"); 336 336 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"); 338 338 return -EBUSY; 339 339 } 340 340 dma_conf.direction = DMA_MEM_TO_DEV;