aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-10-08 09:24:28 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2019-10-18 18:49:40 +1100
commit1a61af281e6532bb9a40864d705a2eba2f3a40a3 (patch)
treec82c269745921895968ece413f79edb3e4a3df5d /drivers/crypto/inside-secure
parentcrypto: geode-aes - switch to skcipher for cbc(aes) fallback (diff)
downloadlinux-dev-1a61af281e6532bb9a40864d705a2eba2f3a40a3.tar.xz
linux-dev-1a61af281e6532bb9a40864d705a2eba2f3a40a3.zip
crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"
There is a spelling mistake in a dev_err message. Fix it. Add in missing newline. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/inside-secure')
-rw-r--r--drivers/crypto/inside-secure/safexcel_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/inside-secure/safexcel_cipher.c b/drivers/crypto/inside-secure/safexcel_cipher.c
index cecc56073337..407ebcd8d71f 100644
--- a/drivers/crypto/inside-secure/safexcel_cipher.c
+++ b/drivers/crypto/inside-secure/safexcel_cipher.c
@@ -437,7 +437,7 @@ static int safexcel_aead_setkey(struct crypto_aead *ctfm, const u8 *key,
goto badkey;
break;
default:
- dev_err(priv->dev, "aead: unsupported hash algorithmn");
+ dev_err(priv->dev, "aead: unsupported hash algorithm\n");
goto badkey;
}