From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4695055242279832359==" MIME-Version: 1.0 From: Rahul Lakkireddy To: kbuild-all@lists.01.org Subject: Re: [PATCH] cxgb4: fix semicolon.cocci warnings Date: Sat, 09 Nov 2019 23:23:06 +0530 Message-ID: <20191109175305.GA2680@chelsio.com> In-Reply-To: <20191108183236.x7qvcutblxclsj43@4978f4969bb8> List-Id: --===============4695055242279832359== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Saturday, November 11/09/19, 2019 at 02:32:36 +0800, kbuild test robot w= rote: > From: kbuild test robot > = > drivers/net/ethernet/chelsio/cxgb4/sge.c:2260:2-3: Unneeded semicolon > = > = > Remove unneeded semicolon. > = > Generated by: scripts/coccinelle/misc/semicolon.cocci > = > Fixes: 4846d5330daf ("cxgb4: add Tx and Rx path for ETHOFLD traffic") > CC: Rahul Lakkireddy > Signed-off-by: kbuild test robot Looks good. Please apply this patch to net-next tree. Let me know if I need to send this fix as a separate patch instead. This is the first time for me to see a bot fixing one of my commits and I'm unaware of the correct procedure for this... Acked-by: Rahul Lakkireddy > --- > = > tree: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless= -testing.git master > head: df790d62ec819cdf459d5048eef3a2167df3c0a2 > commit: 4846d5330dafc82990be7ffe1d1b383157268bd9 [1146/1155] cxgb4: add T= x and Rx path for ETHOFLD traffic > = > sge.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > --- a/drivers/net/ethernet/chelsio/cxgb4/sge.c > +++ b/drivers/net/ethernet/chelsio/cxgb4/sge.c > @@ -2257,7 +2257,7 @@ static void ethofld_xmit(struct net_devi > case CXGB4_EO_STATE_CLOSED: > default: > return; > - }; > + } > = > while (pktcount--) { > skb =3D eosw_txq_peek(eosw_txq); --===============4695055242279832359==--