1
0
Fork 0

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>
alistair/sunxi64-5.5-dsi
Colin Ian King 2019-10-08 09:24:28 +01:00 committed by Herbert Xu
parent 504582e8e4
commit 1a61af281e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}