[PATCH] mptcp: fix semicolon.cocci warnings

kernel test robot posted 1 patch 3 years, 4 months ago
Failed in applying to current master (apply log)
net/mptcp/options.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mptcp: fix semicolon.cocci warnings
Posted by kernel test robot 3 years, 4 months ago
From: kernel test robot <lkp@intel.com>

net/mptcp/options.c:1254:3-4: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 57b108d2e621 ("mptcp: never shrink offered window")
CC: Paolo Abeni <pabeni@redhat.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/multipath-tcp/mptcp_net-next.git export
head:   242bc8552034f5b320b9f66f00a528a317b4dc4a
commit: 57b108d2e6211ae04a366f93dfebcc8a3f7d5ccf [12/68] mptcp: never shrink offered window
:::::: branch date: 14 hours ago
:::::: commit date: 14 hours ago

 net/mptcp/options.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/net/mptcp/options.c
+++ b/net/mptcp/options.c
@@ -1251,7 +1251,7 @@ static void mptcp_set_rwin(struct tcp_so
 			if (before64(rcv_wnd_new, rcv_wnd))
 				goto raise_win;
 			rcv_wnd_old = rcv_wnd;
-		};
+		}
 		return;
 	}
 

Re: [PATCH] mptcp: fix semicolon.cocci warnings
Posted by Matthieu Baerts 3 years, 4 months ago
Hi lpk maintainers,

On 23/04/2022 06:52, kernel test robot wrote:
> From: kernel test robot <lkp@intel.com>
> 
> net/mptcp/options.c:1254:3-4: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci

Thank you for your patch!

Now applied in our tree:

- ce2d30fe1c76: "squashed" in "mptcp: never shrink offered window"
- Results: ecf0abcd8f60..1442fba32185 (export)


Builds and tests are now in progress:

https://cirrus-ci.com/github/multipath-tcp/mptcp_net-next/export/20220423T074606
https://github.com/multipath-tcp/mptcp_net-next/actions/workflows/build-validation.yml?query=branch:export


Cheers,
Matt
-- 
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net