From 5473f88e13ae551192fb682c0e23fab49597f71c Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 14 Jan 2011 17:16:10 +0100 Subject: Update copyright date and some style changes. --- kernel/ip_set_core.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kernel/ip_set_core.c') 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 * Patrick Schaaf - * Copyright (C) 2003-2010 Jozsef Kadlecsik + * Copyright (C) 2003-2011 Jozsef Kadlecsik * * 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; -- cgit v1.2.3