diff options
Diffstat (limited to 'security/keys/proc.c')
-rw-r--r-- | security/keys/proc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/keys/proc.c b/security/keys/proc.c index 70373966816e..ad5f64e1b320 100644 --- a/security/keys/proc.c +++ b/security/keys/proc.c | |||
@@ -60,7 +60,6 @@ static const struct file_operations proc_key_users_fops = { | |||
60 | .release = seq_release, | 60 | .release = seq_release, |
61 | }; | 61 | }; |
62 | 62 | ||
63 | /*****************************************************************************/ | ||
64 | /* | 63 | /* |
65 | * declare the /proc files | 64 | * declare the /proc files |
66 | */ | 65 | */ |
@@ -79,12 +78,10 @@ static int __init key_proc_init(void) | |||
79 | panic("Cannot create /proc/key-users\n"); | 78 | panic("Cannot create /proc/key-users\n"); |
80 | 79 | ||
81 | return 0; | 80 | return 0; |
82 | 81 | } | |
83 | } /* end key_proc_init() */ | ||
84 | 82 | ||
85 | __initcall(key_proc_init); | 83 | __initcall(key_proc_init); |
86 | 84 | ||
87 | /*****************************************************************************/ | ||
88 | /* | 85 | /* |
89 | * implement "/proc/keys" to provides a list of the keys on the system | 86 | * implement "/proc/keys" to provides a list of the keys on the system |
90 | */ | 87 | */ |
@@ -293,7 +290,6 @@ static struct rb_node *key_user_first(struct rb_root *r) | |||
293 | return __key_user_next(n); | 290 | return __key_user_next(n); |
294 | } | 291 | } |
295 | 292 | ||
296 | /*****************************************************************************/ | ||
297 | /* | 293 | /* |
298 | * implement "/proc/key-users" to provides a list of the key users | 294 | * implement "/proc/key-users" to provides a list of the key users |
299 | */ | 295 | */ |
@@ -351,5 +347,4 @@ static int proc_key_users_show(struct seq_file *m, void *v) | |||
351 | maxbytes); | 347 | maxbytes); |
352 | 348 | ||
353 | return 0; | 349 | return 0; |
354 | |||
355 | } | 350 | } |