netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Saeed Mahameed <saeedm@mellanox.com>
To: "linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>,
	"zhengbin13@huawei.com" <zhengbin13@huawei.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"leon@kernel.org" <leon@kernel.org>
Subject: Re: [PATCH] net/mlx5e: Remove unneeded semicolon
Date: Tue, 28 Apr 2020 19:49:34 +0000	[thread overview]
Message-ID: <486b0d0b3b2607ece7324c98ccf9caa9a0af570d.camel@mellanox.com> (raw)
In-Reply-To: <20200424084357.80679-1-zhengbin13@huawei.com>

On Fri, 2020-04-24 at 16:43 +0800, Zheng Bin wrote:
> Fixes coccicheck warning:
> 
> drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c:690:2-3: Unneeded
> semicolon
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> index a172c5e39710..a673adb54307 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> @@ -687,7 +687,7 @@ mlx5_tc_ct_block_flow_offload(enum tc_setup_type
> type, void *type_data,
>  		return mlx5_tc_ct_block_flow_offload_stats(ft, f);
>  	default:
>  		break;
> -	};
> +	}
> 
>  	return -EOPNOTSUPP;
>  }
> --
> 2.26.0.106.g9fadedd
> 


Applied to net-next-mlx5, will be sent to net-next in one of my next
pull requests..

Thanks!



      reply	other threads:[~2020-04-28 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24  8:43 [PATCH] net/mlx5e: Remove unneeded semicolon Zheng Bin
2020-04-28 19:49 ` Saeed Mahameed [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=486b0d0b3b2607ece7324c98ccf9caa9a0af570d.camel@mellanox.com \
    --to=saeedm@mellanox.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=zhengbin13@huawei.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).