]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/lapb/lapb_out.c
[NET] LAPB: Fix whitespace errors.
[mv-sheeva.git] / net / lapb / lapb_out.c
index 49a761bd9314559205308635b1a609c949eb5e0f..981beb5e518780e24e38384af27a71fbfc104598 100644 (file)
@@ -34,7 +34,7 @@
 #include <linux/interrupt.h>
 #include <net/lapb.h>
 
-/* 
+/*
  *  This procedure is passed a buffer descriptor for an iframe. It builds
  *  the rest of the control part of the frame and then writes it out.
  */
@@ -66,7 +66,7 @@ static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll
               lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr);
 #endif
 
-       lapb_transmit_buffer(lapb, skb, LAPB_COMMAND);  
+       lapb_transmit_buffer(lapb, skb, LAPB_COMMAND);
 }
 
 void lapb_kick(struct lapb_cb *lapb)