]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove the typedef sctp_cmd_seq_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:52 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commit536b34c2e6660cb3d2c7847e89bec1daab3f12d9
treeaf65ffc39755cc0dc31220f00a7048465d7cac29
parent40158a40155904bf3bc4174cbe04c0a657a70d46
sctp: remove the typedef sctp_cmd_seq_t

This patch is to remove the typedef sctp_cmd_seq_t, and
replace with struct sctp_cmd_seq in the places where it's
using this typedef.

Note that it doesn't fix many indents although it should,
as sctp_disposition_t's removal would mess them up again.
So better to fix them when removing sctp_disposition_t in
the later patch.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/command.h
include/net/sctp/sm.h
net/sctp/probe.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statefuns.c