lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 03 Jun 2021 12:41:50 -0700
From:   Saeed Mahameed <saeed@...nel.org>
To:     Shaokun Zhang <zhangshaokun@...ilicon.com>, netdev@...r.kernel.org,
        linux-rdma@...r.kernel.org
Cc:     Leon Romanovsky <leon@...nel.org>
Subject: Re: [PATCH] net/mlx5e: Remove the repeated declaration

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@...dia.com>
> Cc: Leon Romanovsky <leon@...nel.org>
> Signed-off-by: Shaokun Zhang <zhangshaokun@...ilicon.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ