Commit dce3a3d2 authored by Chihau Chau's avatar Chihau Chau Committed by James Morris

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: default avatarChihau Chau <chihau@gmail.com>
Acked-by: default avatarAndrew G. Morgan <morgan@kernel.org>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent b8bc83ab
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment