Skip to content

Commit

Permalink
sctp: Whitespace fix
Browse files Browse the repository at this point in the history
Fix indentation in sctp_generate_heartbeat_event.

Signed-off-by: Karl Heiss <kheiss@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
kheiss authored and davem330 committed Sep 29, 2015
1 parent 43ae93a commit f05940e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/sctp/sm_sideeffect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f05940e

Please sign in to comment.