summaryrefslogtreecommitdiffstats
path: root/net/sctp/probe.c
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2017-08-11 10:23:52 +0800
committerDavid S. Miller <davem@davemloft.net>2017-08-11 10:02:44 -0700
commita85bbeb221d860097859f110ba1321f2b0653f07 (patch)
treeaf65ffc39755cc0dc31220f00a7048465d7cac29 /net/sctp/probe.c
parente2c3108ab25b4dbab3821e8b6084bfb73afb655c (diff)
downloadop-kernel-dev-a85bbeb221d860097859f110ba1321f2b0653f07.zip
op-kernel-dev-a85bbeb221d860097859f110ba1321f2b0653f07.tar.gz
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>
Diffstat (limited to 'net/sctp/probe.c')
-rw-r--r--net/sctp/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/probe.c b/net/sctp/probe.c
index 43837df..34097a1 100644
--- a/net/sctp/probe.c
+++ b/net/sctp/probe.c
@@ -132,7 +132,7 @@ static sctp_disposition_t jsctp_sf_eat_sack(struct net *net,
const struct sctp_association *asoc,
const union sctp_subtype type,
void *arg,
- sctp_cmd_seq_t *commands)
+ struct sctp_cmd_seq *commands)
{
struct sctp_chunk *chunk = arg;
struct sk_buff *skb = chunk->skb;
OpenPOWER on IntegriCloud