Skip to content

Commit

Permalink
crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_err message. Fix it. Add in missing
newline.

Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Pascal van Leeuwen <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Colin Ian King authored and herbertx committed Oct 18, 2019
1 parent 504582e commit 1a61af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/inside-secure/safexcel_cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1a61af2

Please sign in to comment.