All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] cxgb4: fix semicolon.cocci warnings
Date: Sat, 09 Nov 2019 23:23:06 +0530	[thread overview]
Message-ID: <20191109175305.GA2680@chelsio.com> (raw)
In-Reply-To: <20191108183236.x7qvcutblxclsj43@4978f4969bb8>

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

On Saturday, November 11/09/19, 2019 at 02:32:36 +0800, kbuild test robot wrote:
> From: kbuild test robot <lkp@intel.com>
> 
> 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 <rahul.lakkireddy@chelsio.com>
> Signed-off-by: kbuild test robot <lkp@intel.com>

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 <rahul.lakkireddy@chelsio.com>

> ---
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-testing.git master
> head:   df790d62ec819cdf459d5048eef3a2167df3c0a2
> commit: 4846d5330dafc82990be7ffe1d1b383157268bd9 [1146/1155] cxgb4: add Tx 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 = eosw_txq_peek(eosw_txq);

      reply	other threads:[~2019-11-09 17:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 18:32 [wireless-testsing2:master 1146/1155] drivers/net/ethernet/chelsio/cxgb4/sge.c:2260:2-3: Unneeded semicolon kbuild test robot
2019-11-08 18:32 ` [PATCH] cxgb4: fix semicolon.cocci warnings kbuild test robot
2019-11-09 17:53   ` Rahul Lakkireddy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191109175305.GA2680@chelsio.com \
    --to=rahul.lakkireddy@chelsio.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.