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_dev.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_dev.c')
-rw-r--r-- | net/x25/x25_dev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/x25/x25_dev.c b/net/x25/x25_dev.c index f099fd6a7c0e..c7221de98a95 100644 --- a/net/x25/x25_dev.c +++ b/net/x25/x25_dev.c | |||
@@ -1,8 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * X.25 Packet Layer release 002 | 2 | * X.25 Packet Layer release 002 |
3 | * | 3 | * |
4 | * This is ALPHA test software. This code may break your machine, randomly fail to work with new | 4 | * This is ALPHA test software. This code may break your machine, randomly fail to work with new |
5 | * releases, misbehave and/or generally screw up. It might even work. | 5 | * releases, misbehave and/or generally screw up. It might even work. |
6 | * | 6 | * |
7 | * This code REQUIRES 2.1.15 or higher | 7 | * This code REQUIRES 2.1.15 or higher |
8 | * | 8 | * |
@@ -31,7 +31,7 @@ static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) | |||
31 | unsigned int lci; | 31 | unsigned int lci; |
32 | 32 | ||
33 | frametype = skb->data[2]; | 33 | frametype = skb->data[2]; |
34 | lci = ((skb->data[0] << 8) & 0xF00) + ((skb->data[1] << 0) & 0x0FF); | 34 | lci = ((skb->data[0] << 8) & 0xF00) + ((skb->data[1] << 0) & 0x0FF); |
35 | 35 | ||
36 | /* | 36 | /* |
37 | * LCI of zero is always for us, and its always a link control | 37 | * LCI of zero is always for us, and its always a link control |