[NET] LAPB: 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:
committed by
David S. Miller
parent
8ff24541d9
commit
56d6c3d7a7
@@ -101,7 +101,7 @@ static void lapb_t1timer_expiry(unsigned long param)
|
||||
/*
|
||||
* Awaiting connection state, send SABM(E), up to N2 times.
|
||||
*/
|
||||
case LAPB_STATE_1:
|
||||
case LAPB_STATE_1:
|
||||
if (lapb->n2count == lapb->n2) {
|
||||
lapb_clear_queues(lapb);
|
||||
lapb->state = LAPB_STATE_0;
|
||||
|
||||
Reference in New Issue
Block a user