diff mbox series

squash-to: "mptcp: Write MPTCP DSS headers to outgoing data packets"

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

Commit Message

Davide Caratti Dec. 13, 2019, 4:06 p.m. UTC
checkpatch fixes

Signed-off-by_ Davide Caratti <dcaratti@redhat.com>
---
 net/mptcp/options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Abeni Dec. 13, 2019, 4:08 p.m. UTC | #1
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 mbox series

Patch

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