mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 21:24:00 +08:00
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>
This commit is contained in:
parent
504582e8e4
commit
1a61af281e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user