aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_reg_def.h
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-04-21 12:13:49 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2017-04-24 18:11:06 +0800
commit7c6c0dc7bb45be9931e432b9c525f72aecdc908a (patch)
treef6ea4699d9a1208522ef81ff6c8009820ca10b09 /drivers/crypto/amcc/crypto4xx_reg_def.h
parentcrypto: testmgr - Allow ecb(cipher_null) in FIPS mode (diff)
downloadlinux-dev-7c6c0dc7bb45be9931e432b9c525f72aecdc908a.tar.xz
linux-dev-7c6c0dc7bb45be9931e432b9c525f72aecdc908a.zip
crypto: crypto4xx - rename ce_ring_contol to ce_ring_control
trivial spelling mistake, missing r, rename to ce_ring_control Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--drivers/crypto/amcc/crypto4xx_reg_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/amcc/crypto4xx_reg_def.h b/drivers/crypto/amcc/crypto4xx_reg_def.h
index 46fe57c8f6eb..279b8725559f 100644
--- a/drivers/crypto/amcc/crypto4xx_reg_def.h
+++ b/drivers/crypto/amcc/crypto4xx_reg_def.h
@@ -180,7 +180,7 @@ union ce_ring_size {
} __attribute__((packed));
#define CRYPTO4XX_RING_CONTROL_OFFSET 0x54
-union ce_ring_contol {
+union ce_ring_control {
struct {
u32 continuous:1;
u32 rsv:5;