summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_core.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-14 17:16:10 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-14 17:16:10 +0100
commit5473f88e13ae551192fb682c0e23fab49597f71c (patch)
treeb941b7e27cd651e4ae2422ccd09f18e94b872726 /kernel/ip_set_core.c
parent692fd7db42487f4c173cfb2743e40baee160b359 (diff)
Update copyright date and some style changes.
Diffstat (limited to 'kernel/ip_set_core.c')
-rw-r--r--kernel/ip_set_core.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/ip_set_core.c b/kernel/ip_set_core.c
index 67b4c21..178633e 100644
--- a/kernel/ip_set_core.c
+++ b/kernel/ip_set_core.c
@@ -1,6 +1,6 @@
/* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
* Patrick Schaaf <bof@bof.de>
- * Copyright (C) 2003-2010 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ * Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -96,8 +96,7 @@ find_set_type_rcu(const char *name, u8 family, u8 revision)
* filled out.
*/
static bool
-find_set_type_minmax(const char *name, u8 family,
- u8 *min, u8 *max)
+find_set_type_minmax(const char *name, u8 family, u8 *min, u8 *max)
{
struct ip_set_type *type;
bool ret = false;