Skip to content

Commit

Permalink
Security: capability: code style issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chihau Chau authored and James Morris committed Aug 2, 2010
1 parent b8bc83a commit dce3a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/capability.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit dce3a3d

Please sign in to comment.