diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:24:31 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:19:18 -0500 |
commit | 528930b91ee89a05a6264629cf99109652c19ca8 (patch) | |
tree | c4355a75eda74ff78ee776d02ec9152cb76405d0 /net/ax25/ax25_std_timer.c | |
parent | f7d57453d20e27de69ecafd121005e9d13a0f427 (diff) |
[NET] AX25: 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/ax25/ax25_std_timer.c')
-rw-r--r-- | net/ax25/ax25_std_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_std_timer.c b/net/ax25/ax25_std_timer.c index a29c480a4dc1..e3528b1a7802 100644 --- a/net/ax25/ax25_std_timer.c +++ b/net/ax25/ax25_std_timer.c | |||
@@ -34,7 +34,7 @@ | |||
34 | void ax25_std_heartbeat_expiry(ax25_cb *ax25) | 34 | void ax25_std_heartbeat_expiry(ax25_cb *ax25) |
35 | { | 35 | { |
36 | struct sock *sk=ax25->sk; | 36 | struct sock *sk=ax25->sk; |
37 | 37 | ||
38 | if (sk) | 38 | if (sk) |
39 | bh_lock_sock(sk); | 39 | bh_lock_sock(sk); |
40 | 40 | ||