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_out.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_out.c')
-rw-r--r-- | net/lapb/lapb_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lapb/lapb_out.c b/net/lapb/lapb_out.c index 49a761bd9314..981beb5e5187 100644 --- a/net/lapb/lapb_out.c +++ b/net/lapb/lapb_out.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include <linux/interrupt.h> | 34 | #include <linux/interrupt.h> |
35 | #include <net/lapb.h> | 35 | #include <net/lapb.h> |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * This procedure is passed a buffer descriptor for an iframe. It builds | 38 | * This procedure is passed a buffer descriptor for an iframe. It builds |
39 | * the rest of the control part of the frame and then writes it out. | 39 | * the rest of the control part of the frame and then writes it out. |
40 | */ | 40 | */ |
@@ -66,7 +66,7 @@ static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll | |||
66 | lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr); | 66 | lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr); |
67 | #endif | 67 | #endif |
68 | 68 | ||
69 | lapb_transmit_buffer(lapb, skb, LAPB_COMMAND); | 69 | lapb_transmit_buffer(lapb, skb, LAPB_COMMAND); |
70 | } | 70 | } |
71 | 71 | ||
72 | void lapb_kick(struct lapb_cb *lapb) | 72 | void lapb_kick(struct lapb_cb *lapb) |