[NET] IPV4: Fix whitespace errors.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
This commit is contained in:
YOSHIFUJI Hideaki
2007-07-19 10:43:47 +09:00
parent 23248005fb
commit 9c681b43fa
3 changed files with 3 additions and 3 deletions

View File

@@ -817,7 +817,7 @@ static void nl_fib_input(struct sock *sk, int len)
static void nl_fib_lookup_init(void)
{
netlink_kernel_create(NETLINK_FIB_LOOKUP, 0, nl_fib_input, NULL,
THIS_MODULE);
THIS_MODULE);
}
static void fib_disable_ip(struct net_device *dev, int force)