Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759554Ab0GQA1w (ORCPT ); Fri, 16 Jul 2010 20:27:52 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:57916 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755229Ab0GQA1t convert rfc822-to-8bit (ORCPT ); Fri, 16 Jul 2010 20:27:49 -0400 MIME-Version: 1.0 In-Reply-To: <1279296714-11916-1-git-send-email-chihau@gmail.com> References: <1279296714-11916-1-git-send-email-chihau@gmail.com> Date: Fri, 16 Jul 2010 17:27:47 -0700 X-Google-Sender-Auth: CLgB9_QbnyY07X9cj6KC08NJ1vo Message-ID: Subject: Re: [PATCH] Security: capability: code style issue From: "Andrew G. Morgan" To: Chihau Chau Cc: jmorris@namei.org, eparis@redhat.com, serue@us.ibm.com, penguin-kernel@i-love.sakura.ne.jp, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1300 Lines: 41 Cheers Acked-by: Andrew G. Morgan On Fri, Jul 16, 2010 at 9:11 AM, Chihau Chau wrote: > From: Chihau Chau > > This fix a little code style issue deleting a space between a function > name and a open parenthesis. > > Signed-off-by: Chihau Chau > --- > ?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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/