[NET] SCTP: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
10297b9931
commit
d808ad9ab8
@@ -369,7 +369,7 @@ static void sctp_endpoint_bh_rcv(struct work_struct *work)
|
||||
chunk->transport->last_time_heard = jiffies;
|
||||
|
||||
error = sctp_do_sm(SCTP_EVENT_T_CHUNK, subtype, state,
|
||||
ep, asoc, chunk, GFP_ATOMIC);
|
||||
ep, asoc, chunk, GFP_ATOMIC);
|
||||
|
||||
if (error && chunk)
|
||||
chunk->pdiscard = 1;
|
||||
|
||||
Reference in New Issue
Block a user