]> err.no Git - linux-2.6/blobdiff - net/lapb/lapb_timer.c
autofs4: fix incorrect return from root.c:try_to_fill_dentry()
[linux-2.6] / net / lapb / lapb_timer.c
index 2c8f0f809220c37ca349bb473df0a1116d31d24b..af6d14b44e2e66abe826896c8fb4c2672f661509 100644 (file)
@@ -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;