diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/proc.c b/crypto/proc.c index fe95975fc533..1c38733c224d 100644 --- a/crypto/proc.c +++ b/crypto/proc.c | |||
@@ -29,7 +29,7 @@ static struct ctl_table crypto_sysctl_table[] = { | |||
29 | .data = &fips_enabled, | 29 | .data = &fips_enabled, |
30 | .maxlen = sizeof(int), | 30 | .maxlen = sizeof(int), |
31 | .mode = 0444, | 31 | .mode = 0444, |
32 | .proc_handler = &proc_dointvec | 32 | .proc_handler = proc_dointvec |
33 | }, | 33 | }, |
34 | {} | 34 | {} |
35 | }; | 35 | }; |