提交 dce3a3d2 编写于 作者: C Chihau Chau 提交者: 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: NChihau Chau <chihau@gmail.com>
Acked-by: NAndrew G. Morgan <morgan@kernel.org>
Signed-off-by: NJames Morris <jmorris@namei.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册