crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"
[linux-2.6-microblaze.git] / 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;
        }