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

* Re: [PATCH] Security: capability: code style issue
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew G. Morgan @ 2010-07-17  0:27 UTC (permalink / raw)
  To: Chihau Chau
  Cc: jmorris, eparis, serue, penguin-kernel, linux-kernel,
	linux-security-module

Cheers

Acked-by: Andrew G. Morgan <morgan@kernel.org>

On Fri, Jul 16, 2010 at 9:11 AM, Chihau Chau <chihau@gmail.com> wrote:
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: [PATCH] Security: capability: code style issue
  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
  1 sibling, 0 replies; 3+ messages in thread
From: James Morris @ 2010-07-18 22:54 UTC (permalink / raw)
  To: Chihau Chau
  Cc: eparis, serue, penguin-kernel, linux-kernel, linux-security-module

On Fri, 16 Jul 2010, Chihau Chau wrote:

> 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>

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next

-- 
James Morris
<jmorris@namei.org>

^ 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®