diff options
Diffstat (limited to 'security/integrity/iint.c')
-rw-r--r-- | security/integrity/iint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/iint.c b/security/integrity/iint.c index 991df20709b0..0a23e075e1d2 100644 --- a/security/integrity/iint.c +++ b/security/integrity/iint.c | |||
@@ -157,7 +157,7 @@ static void init_once(void *foo) | |||
157 | iint->version = 0; | 157 | iint->version = 0; |
158 | iint->flags = 0UL; | 158 | iint->flags = 0UL; |
159 | mutex_init(&iint->mutex); | 159 | mutex_init(&iint->mutex); |
160 | iint->hmac_status = INTEGRITY_UNKNOWN; | 160 | iint->evm_status = INTEGRITY_UNKNOWN; |
161 | } | 161 | } |
162 | 162 | ||
163 | static int __init integrity_iintcache_init(void) | 163 | static int __init integrity_iintcache_init(void) |