diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:25:27 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:20:22 -0500 |
commit | f8e1d20183bf56f889d60edadd48f54912b9277f (patch) | |
tree | aecc63517c0345e1fb57acd693bb1117247a1e3c /net/x25/x25_in.c | |
parent | 4ba6122b4e0537858e8579716896f01acf55f745 (diff) |
[NET] X25: 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/x25/x25_in.c')
-rw-r--r-- | net/x25/x25_in.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/x25/x25_in.c b/net/x25/x25_in.c index eed50e10f09b..c5239fcdefa0 100644 --- a/net/x25/x25_in.c +++ b/net/x25/x25_in.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * This is ALPHA test software. This code may break your machine, | 4 | * This is ALPHA test software. This code may break your machine, |
5 | * randomly fail to work with new releases, misbehave and/or generally | 5 | * randomly fail to work with new releases, misbehave and/or generally |
6 | * screw up. It might even work. | 6 | * screw up. It might even work. |
7 | * | 7 | * |
8 | * This code REQUIRES 2.1.15 or higher | 8 | * This code REQUIRES 2.1.15 or higher |
9 | * | 9 | * |
@@ -17,7 +17,7 @@ | |||
17 | * X.25 001 Jonathan Naylor Started coding. | 17 | * X.25 001 Jonathan Naylor Started coding. |
18 | * X.25 002 Jonathan Naylor Centralised disconnection code. | 18 | * X.25 002 Jonathan Naylor Centralised disconnection code. |
19 | * New timer architecture. | 19 | * New timer architecture. |
20 | * 2000-03-20 Daniela Squassoni Disabling/enabling of facilities | 20 | * 2000-03-20 Daniela Squassoni Disabling/enabling of facilities |
21 | * negotiation. | 21 | * negotiation. |
22 | * 2000-11-10 Henner Eisen Check and reset for out-of-sequence | 22 | * 2000-11-10 Henner Eisen Check and reset for out-of-sequence |
23 | * i-frames. | 23 | * i-frames. |
@@ -67,7 +67,7 @@ static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) | |||
67 | kfree_skb(skbo); | 67 | kfree_skb(skbo); |
68 | } | 68 | } |
69 | 69 | ||
70 | x25->fraglen = 0; | 70 | x25->fraglen = 0; |
71 | } | 71 | } |
72 | 72 | ||
73 | skb_set_owner_r(skbn, sk); | 73 | skb_set_owner_r(skbn, sk); |
@@ -167,7 +167,7 @@ static int x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametyp | |||
167 | int queued = 0; | 167 | int queued = 0; |
168 | int modulus; | 168 | int modulus; |
169 | struct x25_sock *x25 = x25_sk(sk); | 169 | struct x25_sock *x25 = x25_sk(sk); |
170 | 170 | ||
171 | modulus = (x25->neighbour->extended) ? X25_EMODULUS : X25_SMODULUS; | 171 | modulus = (x25->neighbour->extended) ? X25_EMODULUS : X25_SMODULUS; |
172 | 172 | ||
173 | switch (frametype) { | 173 | switch (frametype) { |