aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_std_timer.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <[email protected]>2007-02-09 14:24:31 +0000
committerDavid S. Miller <[email protected]>2007-02-11 07:19:18 +0000
commit528930b91ee89a05a6264629cf99109652c19ca8 (patch)
treec4355a75eda74ff78ee776d02ec9152cb76405d0 /net/ax25/ax25_std_timer.c
parent[NET] ATM: Fix whitespace errors. (diff)
downloadkernel-528930b91ee89a05a6264629cf99109652c19ca8.tar.gz
kernel-528930b91ee89a05a6264629cf99109652c19ca8.zip
[NET] AX25: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ax25/ax25_std_timer.c')
-rw-r--r--net/ax25/ax25_std_timer.c2
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 @@
void ax25_std_heartbeat_expiry(ax25_cb *ax25)
{
struct sock *sk=ax25->sk;
-
+
if (sk)
bh_lock_sock(sk);