Commit 1a61af28 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu

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: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarPascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 504582e8
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment