From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Dobriyan Subject: Re: [PATCH] Kernel: Fix coding style in kernel/audit.c Date: Mon, 8 Mar 2010 17:16:15 +0200 Message-ID: <20100308151614.GA4081@x200> References: <20100308222742.GB17489@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20100308222742.GB17489@localhost.localdomain> Sender: linux-kernel-owner@vger.kernel.org To: wzt.wzt@gmail.com Cc: linux-kernel@vger.kernel.org, linux-audit@redhat.com, eparis@redhat.com, faith@redhat.com List-Id: linux-audit@redhat.com On Tue, Mar 09, 2010 at 06:27:42AM +0800, wzt.wzt@gmail.com wrote: > @@ -346,8 +346,8 @@ static int audit_set_enabled(int state, uid_t loginuid, u32 sessionid, u32 sid) > static int audit_set_failure(int state, uid_t loginuid, u32 sessionid, u32 sid) > { > if (state != AUDIT_FAIL_SILENT > - && state != AUDIT_FAIL_PRINTK > - && state != AUDIT_FAIL_PANIC) > + && state != AUDIT_FAIL_PRINTK > + && state != AUDIT_FAIL_PANIC) Come on.