[NET] NETROM: Fix whitespace errors.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
YOSHIFUJI Hideaki
2007-02-09 23:25:09 +09:00
committed by David S. Miller
parent 746fac4dcd
commit 5f8f59d664
5 changed files with 43 additions and 43 deletions

View File

@@ -43,7 +43,7 @@ void nr_init_timers(struct sock *sk)
init_timer(&nr->t1timer);
nr->t1timer.data = (unsigned long)sk;
nr->t1timer.function = &nr_t1timer_expiry;
init_timer(&nr->t2timer);
nr->t2timer.data = (unsigned long)sk;
nr->t2timer.function = &nr_t2timer_expiry;