projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8bc83a
)
Security: capability: code style issue
author
Chihau Chau
<chihau@gmail.com>
Fri, 16 Jul 2010 16:11:54 +0000
(12:11 -0400)
committer
James 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
patch
|
blob
|
history
diff --git
a/security/capability.c
b/security/capability.c
index
4aeb699
..
a0bbf30
100644
(file)
--- a/
security/capability.c
+++ b/
security/capability.c
@@
-27,7
+27,7
@@
static int cap_quota_on(struct dentry *dentry)
return 0;
}
-static int cap_bprm_check_security
(struct linux_binprm *bprm)
+static int cap_bprm_check_security(struct linux_binprm *bprm)
{
return 0;
}