forked from Minki/linux
sctp: Whitespace fix
Fix indentation in sctp_generate_heartbeat_event. Signed-off-by: Karl Heiss <kheiss@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
43ae93a93e
commit
f05940e618
@ -388,8 +388,8 @@ void sctp_generate_heartbeat_event(unsigned long data)
|
||||
asoc->state, asoc->ep, asoc,
|
||||
transport, GFP_ATOMIC);
|
||||
|
||||
if (error)
|
||||
asoc->base.sk->sk_err = -error;
|
||||
if (error)
|
||||
asoc->base.sk->sk_err = -error;
|
||||
|
||||
out_unlock:
|
||||
bh_unlock_sock(asoc->base.sk);
|
||||
|
Loading…
Reference in New Issue
Block a user