sctp: remove the typedef sctp_lower_cwnd_t
This patch is to remove the typedef sctp_lower_cwnd_t, and replace with enum sctp_lower_cwnd 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
1126f47084
commit
233e7936c8
@@ -490,7 +490,7 @@ void sctp_transport_raise_cwnd(struct sctp_transport *transport,
|
||||
* detected.
|
||||
*/
|
||||
void sctp_transport_lower_cwnd(struct sctp_transport *transport,
|
||||
sctp_lower_cwnd_t reason)
|
||||
enum sctp_lower_cwnd reason)
|
||||
{
|
||||
struct sctp_association *asoc = transport->asoc;
|
||||
|
||||
|
Reference in New Issue
Block a user