diff options
Diffstat (limited to 'security/keys/trusted.c')
-rw-r--r-- | security/keys/trusted.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/trusted.c b/security/keys/trusted.c index ff6789365a12..697bfc6c8192 100644 --- a/security/keys/trusted.c +++ b/security/keys/trusted.c | |||
@@ -711,7 +711,7 @@ static int key_unseal(struct trusted_key_payload *p, | |||
711 | } | 711 | } |
712 | 712 | ||
713 | enum { | 713 | enum { |
714 | Opt_err = -1, | 714 | Opt_err, |
715 | Opt_new, Opt_load, Opt_update, | 715 | Opt_new, Opt_load, Opt_update, |
716 | Opt_keyhandle, Opt_keyauth, Opt_blobauth, | 716 | Opt_keyhandle, Opt_keyauth, Opt_blobauth, |
717 | Opt_pcrinfo, Opt_pcrlock, Opt_migratable, | 717 | Opt_pcrinfo, Opt_pcrlock, Opt_migratable, |