From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Matheina Subject: Re: [PATCH] Fix to:WARNING: please, no space before tabs modified: kernel/auditfilter.c Date: Mon, 26 Oct 2015 18:02:52 -0500 Message-ID: <562EB11C.1010005@matheina.com> References: <1445824849-4089-1-git-send-email-scott@matheina.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx03.extmail.prod.ext.phx2.redhat.com [10.5.110.27]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9QN2uoW018027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 26 Oct 2015 19:02:56 -0400 Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) by mx1.redhat.com (Postfix) with ESMTPS id 8D34F247 for ; Mon, 26 Oct 2015 23:02:55 +0000 (UTC) Received: by oiao187 with SMTP id o187so109968602oia.3 for ; Mon, 26 Oct 2015 16:02:54 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Paul Moore Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On 10/26/15 3:07 PM, Paul Moore wrote: > On Sunday, October 25, 2015 09:00:49 PM Scott Matheina wrote: >> Signed-off-by: Scott Matheina >> --- >> kernel/auditfilter.c | 14 +++++++------- >> 1 file changed, 7 insertions(+), 7 deletions(-) > [NOTE: Adding the linux-audit list to the CC line] > > Applied, but I modified the patch subject line to "audit: fix comment block > whitespace" as the original was a bit verbose. You can check the mailing list > archive, or the git log, to see what people typically use for patch subject > lines. Thanks! > >> diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c >> index 7714d93..b8ff9e1 100644 >> --- a/kernel/auditfilter.c >> +++ b/kernel/auditfilter.c >> @@ -39,13 +39,13 @@ >> * Locking model: >> * >> * audit_filter_mutex: >> - * Synchronizes writes and blocking reads of audit's filterlist >> - * data. Rcu is used to traverse the filterlist and access >> - * contents of structs audit_entry, audit_watch and opaque >> - * LSM rules during filtering. If modified, these structures >> - * must be copied and replace their counterparts in the filterlist. >> - * An audit_parent struct is not accessed during filtering, so may >> - * be written directly provided audit_filter_mutex is held. >> + * Synchronizes writes and blocking reads of audit's filterlist >> + * data. Rcu is used to traverse the filterlist and access >> + * contents of structs audit_entry, audit_watch and opaque >> + * LSM rules during filtering. If modified, these structures >> + * must be copied and replace their counterparts in the filterlist. >> + * An audit_parent struct is not accessed during filtering, so may >> + * be written directly provided audit_filter_mutex is held. >> */ >> >> /* Audit filter lists, defined in */