From: Colin Ian King Date: Tue, 8 Oct 2019 08:24:28 +0000 (+0100) Subject: crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1a61af281e6532bb9a40864d705a2eba2f3a40a3;p=linux.git 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 Acked-by: Pascal van Leeuwen Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/inside-secure/safexcel_cipher.c b/drivers/crypto/inside-secure/safexcel_cipher.c index cecc560733374..407ebcd8d71f4 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; }