diff options
author | Daniel Walker <dwalker@mvista.com> | 2007-10-18 03:06:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-18 14:37:24 -0700 |
commit | 9ce34218a8b63594c8958b5a4ef8cce24d511e1b (patch) | |
tree | e77c51f18e3d28174b6be35d7faa24bf32c85b2f /kernel | |
parent | 1bfbc608ba05951678eedc246c9baf62367764a0 (diff) | |
download | blackbird-obmc-linux-9ce34218a8b63594c8958b5a4ef8cce24d511e1b.tar.gz blackbird-obmc-linux-9ce34218a8b63594c8958b5a4ef8cce24d511e1b.zip |
whitespace fixes: audit filtering
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/auditfilter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c index 359645cff5b2..df66a21fb360 100644 --- a/kernel/auditfilter.c +++ b/kernel/auditfilter.c @@ -1498,7 +1498,7 @@ int audit_receive_filter(int type, int pid, int uid, int seq, void *data, * auditctl to read from it... which isn't ever going to * happen if we're actually running in the context of auditctl * trying to _send_ the stuff */ - + dest = kmalloc(sizeof(struct audit_netlink_list), GFP_KERNEL); if (!dest) return -ENOMEM; @@ -1678,7 +1678,7 @@ int audit_filter_type(int type) { struct audit_entry *e; int result = 0; - + rcu_read_lock(); if (list_empty(&audit_filter_list[AUDIT_FILTER_TYPE])) goto unlock_and_return; |