| Message ID | b9c0b3366d312b75cdc4f840dab49f8ab21d71fc.1576252967.git.dcaratti@redhat.com |
|---|---|
| State | Accepted, archived |
| Delegated to: | Matthieu Baerts |
| Headers | show |
| Series | squash-to: "mptcp: Write MPTCP DSS headers to outgoing data packets" | expand |
On Fri, 2019-12-13 at 17:06 +0100, Davide Caratti wrote: > checkpatch fixes > > Signed-off-by_ Davide Caratti <dcaratti@redhat.com> > --- > net/mptcp/options.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/mptcp/options.c b/net/mptcp/options.c > index 672f7f1288f8..c9b5f37db63b 100644 > --- a/net/mptcp/options.c > +++ b/net/mptcp/options.c > @@ -309,7 +309,7 @@ bool mptcp_established_options(struct sock *sk, struct sk_buff *skb, > if (mptcp_established_options_mp(sk, &opt_size, remaining, opts)) > ret = true; > else if (mptcp_established_options_dss(sk, skb, &opt_size, remaining, > - opts)) > + opts)) > ret = true; > > /* we reserved enough space for the above options, and exceeding the ACK
diff --git a/net/mptcp/options.c b/net/mptcp/options.c index 672f7f1288f8..c9b5f37db63b 100644 --- a/net/mptcp/options.c +++ b/net/mptcp/options.c @@ -309,7 +309,7 @@ bool mptcp_established_options(struct sock *sk, struct sk_buff *skb, if (mptcp_established_options_mp(sk, &opt_size, remaining, opts)) ret = true; else if (mptcp_established_options_dss(sk, skb, &opt_size, remaining, - opts)) + opts)) ret = true; /* we reserved enough space for the above options, and exceeding the