diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:24:59 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:19:51 -0500 |
commit | 56d6c3d7a7963ee2a480232e5ef6a2f31635e80e (patch) | |
tree | c341bc81cee9c6fafc3d998263da875e24a56878 /net/lapb/lapb_timer.c | |
parent | 8ff24541d9f80b9161022588b4435a9b54aec2e6 (diff) |
[NET] LAPB: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/lapb/lapb_timer.c')
-rw-r--r-- | net/lapb/lapb_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lapb/lapb_timer.c b/net/lapb/lapb_timer.c index 2c8f0f809220..af6d14b44e2e 100644 --- a/net/lapb/lapb_timer.c +++ b/net/lapb/lapb_timer.c | |||
@@ -101,7 +101,7 @@ static void lapb_t1timer_expiry(unsigned long param) | |||
101 | /* | 101 | /* |
102 | * Awaiting connection state, send SABM(E), up to N2 times. | 102 | * Awaiting connection state, send SABM(E), up to N2 times. |
103 | */ | 103 | */ |
104 | case LAPB_STATE_1: | 104 | case LAPB_STATE_1: |
105 | if (lapb->n2count == lapb->n2) { | 105 | if (lapb->n2count == lapb->n2) { |
106 | lapb_clear_queues(lapb); | 106 | lapb_clear_queues(lapb); |
107 | lapb->state = LAPB_STATE_0; | 107 | lapb->state = LAPB_STATE_0; |