From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751364AbbJKAGv (ORCPT ); Sat, 10 Oct 2015 20:06:51 -0400 Received: from mail-oi0-f42.google.com ([209.85.218.42]:34647 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbbJKAGu (ORCPT ); Sat, 10 Oct 2015 20:06:50 -0400 To: linux-kernel@vger.kernel.org From: Scott Matheina Subject: [PATCH] Style Error line 1: Deleted trailing space Message-ID: <5619A817.2020303@matheina.com> Date: Sat, 10 Oct 2015 19:06:47 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>From 06fabebf521e29014fd59518c923d671e6df0fce Mon Sep 17 00:00:00 2001 From: Scott Matheina Date: Sat, 10 Oct 2015 16:05:51 -0500 Subject: [PATCH] Style Error line 1: Deleted trailing space This is a simple patch to line 1 of kernel/audit.h, deleting a trailing space to remove a style error. modified: kernel/audit.h --- kernel/audit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/audit.h b/kernel/audit.h index dadf86a..dd4d4d8 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -1,4 +1,4 @@ -/* audit -- definition of audit_context structure and supporting types +/* audit -- definition of audit_context structure and supporting types * * Copyright 2003-2004 Red Hat, Inc. * Copyright 2005 Hewlett-Packard Development Company, L.P. -- 1.9.1