1
0
Fork 0

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>
wifi-calibration
Chihau Chau 2010-07-16 12:11:54 -04:00 committed by James Morris
parent b8bc83ab4d
commit dce3a3d2ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}