Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 783a5665 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu
Browse files

crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"



Trivial fix to spelling mistake in pr_err message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1207107c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ static int do_encrypt_iv(struct aead_request *req, u32 *tag, u32 *iv)
		}
		/* fall through */
	default:
		pr_err("Encryptio of IV failed for GCM mode");
		pr_err("Encryption of IV failed for GCM mode");
		break;
	}