diff options
author | Daniel Walker <dwalker@mvista.com> | 2007-10-18 06:06:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-18 17:37:24 -0400 |
commit | 9ce34218a8b63594c8958b5a4ef8cce24d511e1b (patch) | |
tree | e77c51f18e3d28174b6be35d7faa24bf32c85b2f /kernel | |
parent | 1bfbc608ba05951678eedc246c9baf62367764a0 (diff) |
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, | |||
1498 | * auditctl to read from it... which isn't ever going to | 1498 | * auditctl to read from it... which isn't ever going to |
1499 | * happen if we're actually running in the context of auditctl | 1499 | * happen if we're actually running in the context of auditctl |
1500 | * trying to _send_ the stuff */ | 1500 | * trying to _send_ the stuff */ |
1501 | 1501 | ||
1502 | dest = kmalloc(sizeof(struct audit_netlink_list), GFP_KERNEL); | 1502 | dest = kmalloc(sizeof(struct audit_netlink_list), GFP_KERNEL); |
1503 | if (!dest) | 1503 | if (!dest) |
1504 | return -ENOMEM; | 1504 | return -ENOMEM; |
@@ -1678,7 +1678,7 @@ int audit_filter_type(int type) | |||
1678 | { | 1678 | { |
1679 | struct audit_entry *e; | 1679 | struct audit_entry *e; |
1680 | int result = 0; | 1680 | int result = 0; |
1681 | 1681 | ||
1682 | rcu_read_lock(); | 1682 | rcu_read_lock(); |
1683 | if (list_empty(&audit_filter_list[AUDIT_FILTER_TYPE])) | 1683 | if (list_empty(&audit_filter_list[AUDIT_FILTER_TYPE])) |
1684 | goto unlock_and_return; | 1684 | goto unlock_and_return; |