On Tue, 17 Jun 2014 23:09:39 -0400
Richard Guy Briggs <rgb(a)redhat.com> wrote:
Remove unnecessary space.
---
kernel/auditfilter.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c
index 30091ce..94b6af1 100644
--- a/kernel/auditfilter.c
+++ b/kernel/auditfilter.c
@@ -551,7 +551,6 @@ static struct audit_entry
*audit_data_to_entry(struct audit_rule_data *data, break;
case AUDIT_EXE:
case AUDIT_EXE_CHILDREN:
-
if (entry->rule.exe || f->val > PATH_MAX)
goto exit_free;
str = audit_unpack_string(&bufp, &remain,
f->val);
For patches like these, would you rather I just fold it into my patch
to keep a clean history, or would you rather I apply this little
whitespace change? (obviously fixing things like the subject)