>From 06fabebf521e29014fd59518c923d671e6df0fce Mon Sep 17 00:00:00 2001 From: Scott Matheina <[email protected]> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

