Skip to content

Commit

Permalink
crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Colin Ian King authored and Herbert Xu committed Jun 20, 2017
1 parent 1207107 commit 783a566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/omap-aes-gcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 783a566

Please sign in to comment.