diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/capability.c b/security/capability.c index 4aeb699da1b3..a0bbf30fb6dc 100644 --- a/security/capability.c +++ b/security/capability.c | |||
@@ -27,7 +27,7 @@ static int cap_quota_on(struct dentry *dentry) | |||
27 | return 0; | 27 | return 0; |
28 | } | 28 | } |
29 | 29 | ||
30 | static int cap_bprm_check_security (struct linux_binprm *bprm) | 30 | static int cap_bprm_check_security(struct linux_binprm *bprm) |
31 | { | 31 | { |
32 | return 0; | 32 | return 0; |
33 | } | 33 | } |