Commit eab59075 authored by Marcelo Ricardo Leitner's avatar Marcelo Ricardo Leitner Committed by David S. Miller
Browse files

sctp: reduce indent level at sctp_sf_tabort_8_4_8

parent 8f18e4d0
Loading
Loading
Loading
Loading
+21 −23
Original line number Diff line number Diff line
@@ -3237,8 +3237,9 @@ static sctp_disposition_t sctp_sf_tabort_8_4_8(struct net *net,
	struct sctp_chunk *abort;

	packet = sctp_ootb_pkt_new(net, asoc, chunk);
	if (!packet)
		return SCTP_DISPOSITION_NOMEM;

	if (packet) {
	/* Make an ABORT. The T bit will be set if the asoc
	 * is NULL.
	 */
@@ -3266,9 +3267,6 @@ static sctp_disposition_t sctp_sf_tabort_8_4_8(struct net *net,
	return SCTP_DISPOSITION_CONSUME;
}

	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Received an ERROR chunk from peer.  Generate SCTP_REMOTE_ERROR
 * event as ULP notification for each cause included in the chunk.