mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Security: capability: code style issue
@ 2010-07-16 16:11 Chihau Chau
  2010-07-17  0:27 ` Andrew G. Morgan
  2010-07-18 22:54 ` James Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Chihau Chau @ 2010-07-16 16:11 UTC (permalink / raw)
  To: jmorris
  Cc: eparis, serue, penguin-kernel, linux-kernel,
	linux-security-module, Chihau Chau

From: Chihau Chau <chihau@gmail.com>

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>
---
 security/capability.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/security/capability.c b/security/capability.c
index 8168e3e..1383ad2 100644
--- a/security/capability.c
+++ b/security/capability.c
@@ -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;
 }
-- 
1.5.6.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-18 22:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-16 16:11 [PATCH] Security: capability: code style issue Chihau Chau
2010-07-17  0:27 ` Andrew G. Morgan
2010-07-18 22:54 ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®