]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Security: capability: code style issue
authorChihau Chau <chihau@gmail.com>
Fri, 16 Jul 2010 16:11:54 +0000 (12:11 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:35:00 +0000 (15:35 +1000)
This fix a little code style issue deleting a space between a function
name and a open parenthesis.

Signed-off-by: Chihau Chau <chihau@gmail.com>
Acked-by: Andrew G. Morgan <morgan@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
security/capability.c

index 4aeb699da1b3c2f38a99fa5217ffb5d573c86bc3..a0bbf30fb6dc93de4fe29da540be3533e797dede 100644 (file)
@@ -27,7 +27,7 @@ static int cap_quota_on(struct dentry *dentry)
        return 0;
 }
 
        return 0;
 }
 
-static int cap_bprm_check_security (struct linux_binprm *bprm)
+static int cap_bprm_check_security(struct linux_binprm *bprm)
 {
        return 0;
 }
 {
        return 0;
 }