netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Saeed Mahameed <saeed@kernel.org>
To: Shaokun Zhang <zhangshaokun@hisilicon.com>,
	netdev@vger.kernel.org, linux-rdma@vger.kernel.org
Cc: Leon Romanovsky <leon@kernel.org>
Subject: Re: [PATCH] net/mlx5e: Remove the repeated declaration
Date: Thu, 03 Jun 2021 12:41:50 -0700	[thread overview]
Message-ID: <17516f064a19ca009aa5b512fef33eb2c267c8b0.camel@kernel.org> (raw)
In-Reply-To: <1622451130-58224-1-git-send-email-zhangshaokun@hisilicon.com>

On Mon, 2021-05-31 at 16:52 +0800, Shaokun Zhang wrote:
> Function 'mlx5e_deactivate_rq' is declared twice, so remove the
> repeated declaration.
> 
> Cc: Saeed Mahameed <saeedm@nvidia.com>
> Cc: Leon Romanovsky <leon@kernel.org>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h
> b/drivers/net/ethernet/mellanox/mlx5/core/en.h
> index b636d63358d2..d966d5f40e78 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/en.h
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h
> @@ -974,7 +974,6 @@ int mlx5e_open_rq(struct mlx5e_params *params,
> struct mlx5e_rq_param *param,
>                   struct mlx5e_xsk_param *xsk, int node,
>                   struct mlx5e_rq *rq);
>  int mlx5e_wait_for_min_rx_wqes(struct mlx5e_rq *rq, int wait_time);
> -void mlx5e_deactivate_rq(struct mlx5e_rq *rq);
>  void mlx5e_close_rq(struct mlx5e_rq *rq);
>  int mlx5e_create_rq(struct mlx5e_rq *rq, struct mlx5e_rq_param
> *param);
>  void mlx5e_destroy_rq(struct mlx5e_rq *rq);
 
applied to net-next-mlx5


      reply	other threads:[~2021-06-03 19:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31  8:52 [PATCH] net/mlx5e: Remove the repeated declaration Shaokun Zhang
2021-06-03 19:41 ` 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=17516f064a19ca009aa5b512fef33eb2c267c8b0.camel@kernel.org \
    --to=saeed@kernel.org \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=zhangshaokun@hisilicon.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).