commit | 528930b91ee89a05a6264629cf99109652c19ca8 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Fri Feb 09 23:24:31 2007 +0900 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 10 23:19:18 2007 -0800 |
tree | c4355a75eda74ff78ee776d02ec9152cb76405d0 | |
parent | f7d57453d20e27de69ecafd121005e9d13a0f427 [diff] [blame] |
[NET] AX25: Fix whitespace errors. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ax25/ax25_std_timer.c b/net/ax25/ax25_std_timer.c index a29c480..e3528b1 100644 --- a/net/ax25/ax25_std_timer.c +++ b/net/ax25/ax25_std_timer.c
@@ -34,7 +34,7 @@ void ax25_std_heartbeat_expiry(ax25_cb *ax25) { struct sock *sk=ax25->sk; - + if (sk) bh_lock_sock(sk);