crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"
authorColin Ian King <colin.king@canonical.com>
Tue, 8 Oct 2019 08:24:28 +0000 (09:24 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Oct 2019 07:49:40 +0000 (18:49 +1100)
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>
drivers/crypto/inside-secure/safexcel_cipher.c

index cecc560..407ebcd 100644 (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;
        }