sctp: remove the typedef sctp_retransmit_reason_t
This patch is to remove the typedef sctp_retransmit_reason_t, and replace with enum sctp_retransmit_reason in the places where it's using this typedef. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
233e7936c8
commit
125c298202
@@ -534,7 +534,7 @@ void sctp_retransmit_mark(struct sctp_outq *q,
|
||||
* one packet out.
|
||||
*/
|
||||
void sctp_retransmit(struct sctp_outq *q, struct sctp_transport *transport,
|
||||
sctp_retransmit_reason_t reason)
|
||||
enum sctp_retransmit_reason reason)
|
||||
{
|
||||
struct net *net = sock_net(q->asoc->base.sk);
|
||||
|
||||
|
Reference in New Issue
Block a user