All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mptcp: fix semicolon.cocci warnings
  2022-04-23  4:56 [mptcp:export 12/68] net/mptcp/options.c:1254:3-4: Unneeded semicolon kernel test robot
@ 2022-04-23  4:52 ` kernel test robot
  2022-04-23  7:50     ` Matthieu Baerts
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2022-04-23  4:52 UTC (permalink / raw)
  To: Paolo Abeni; +Cc: kbuild-all, mptcp, Matthieu Baerts, Mat Martineau

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;
 	}
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [mptcp:export 12/68] net/mptcp/options.c:1254:3-4: Unneeded semicolon
@ 2022-04-23  4:56 kernel test robot
  2022-04-23  4:52 ` [PATCH] mptcp: fix semicolon.cocci warnings kernel test robot
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2022-04-23  4:56 UTC (permalink / raw)
  To: Paolo Abeni; +Cc: kbuild-all, mptcp, Matthieu Baerts, Mat Martineau

tree:   https://github.com/multipath-tcp/mptcp_net-next.git export
head:   242bc8552034f5b320b9f66f00a528a317b4dc4a
commit: 57b108d2e6211ae04a366f93dfebcc8a3f7d5ccf [12/68] mptcp: never shrink offered window
config: x86_64-randconfig-c022 (https://download.01.org/0day-ci/archive/20220423/202204231205.qD8O1MNA-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.2.0-20) 11.2.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> net/mptcp/options.c:1254:3-4: Unneeded semicolon

Please review and possibly fold the followup patch.

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mptcp: fix semicolon.cocci warnings
  2022-04-23  4:52 ` [PATCH] mptcp: fix semicolon.cocci warnings kernel test robot
@ 2022-04-23  7:50     ` Matthieu Baerts
  0 siblings, 0 replies; 4+ messages in thread
From: Matthieu Baerts @ 2022-04-23  7:50 UTC (permalink / raw)
  To: kernel test robot, Paolo Abeni; +Cc: kbuild-all, mptcp, Mat Martineau

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mptcp: fix semicolon.cocci warnings
@ 2022-04-23  7:50     ` Matthieu Baerts
  0 siblings, 0 replies; 4+ messages in thread
From: Matthieu Baerts @ 2022-04-23  7:50 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-23  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23  4:56 [mptcp:export 12/68] net/mptcp/options.c:1254:3-4: Unneeded semicolon kernel test robot
2022-04-23  4:52 ` [PATCH] mptcp: fix semicolon.cocci warnings kernel test robot
2022-04-23  7:50   ` Matthieu Baerts
2022-04-23  7:50     ` Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.