sctp: rename enum sctp_event to sctp_event_type
sctp_event is a structure name defined in RFC for sockopt SCTP_EVENT. To avoid the conflict, rename it. 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
a1e3a0590f
commit
88ee48c1f3
@@ -79,7 +79,7 @@ static const struct sctp_sm_table_entry bug = {
|
||||
|
||||
const struct sctp_sm_table_entry *sctp_sm_lookup_event(
|
||||
struct net *net,
|
||||
enum sctp_event event_type,
|
||||
enum sctp_event_type event_type,
|
||||
enum sctp_state state,
|
||||
union sctp_subtype event_subtype)
|
||||
{
|
||||
|
Reference in New Issue
Block a user