Re: [PATCH] Fix whitespace in CWD record

2016-07-14 Thread Paul Moore
On Thu, Jul 14, 2016 at 10:59 AM, Steve Grubb wrote: > Fix the whitespace in the CWD record > > Signed-off-by: Steve Grubb > --- > kernel/auditsc.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Generally I don't like merging patches this late, but this patch is so trivial I'll make

[PATCH] Fix whitespace in CWD record

2016-07-14 Thread Steve Grubb
Fix the whitespace in the CWD record Signed-off-by: Steve Grubb --- kernel/auditsc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -urp linux-4.7.0-0.rc4.git1.1.fc23.x86_64.orig/kernel/auditsc.c linux-4.7.0-0.rc4.git1.1.fc23.x86_64/kernel/auditsc.c --- linux-4.7.0-0.rc4.git1.1.