lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 16 Jul 2010 17:27:47 -0700
From:	"Andrew G. Morgan" <morgan@...nel.org>
To:	Chihau Chau <chihau@...il.com>
Cc:	jmorris@...ei.org, eparis@...hat.com, serue@...ibm.com,
	penguin-kernel@...ove.sakura.ne.jp, linux-kernel@...r.kernel.org,
	linux-security-module@...r.kernel.org
Subject: Re: [PATCH] Security: capability: code style issue

Cheers

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ