Commit dce3a3d2ee038d230323fe06b061dbaace6b8f94

Authored by Chihau Chau
Committed by James Morris
1 parent b8bc83ab4d

Security: capability: code style issue

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

security/capability.c
... ... @@ -27,7 +27,7 @@
27 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 32 return 0;
33 33 }