sctp: remove the typedef sctp_cmd_t
This patch is to remove the typedef sctp_cmd_t, and replace with enum sctp_cmd 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
b7ef2618a0
commit
e2c3108ab2
@@ -1277,7 +1277,7 @@ static int sctp_cmd_interpreter(enum sctp_event event_type,
|
||||
struct sctp_sock *sp = sctp_sk(sk);
|
||||
int error = 0;
|
||||
int force;
|
||||
sctp_cmd_t *cmd;
|
||||
struct sctp_cmd *cmd;
|
||||
struct sctp_chunk *new_obj;
|
||||
struct sctp_chunk *chunk = NULL;
|
||||
struct sctp_packet *packet;
|
||||
|
Reference in New Issue
Block a user