All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/1] net/mlx5: limit the function in local scope
       [not found] <1576313477-20401-1-git-send-email-yanjunz@mellanox.com>
@ 2019-12-17 19:44 ` Saeed Mahameed
  0 siblings, 0 replies; only message in thread
From: Saeed Mahameed @ 2019-12-17 19:44 UTC (permalink / raw)
  To: linux-rdma, davem, netdev, Yanjun Zhu, leon; +Cc: zyjzyj2000

On Sat, 2019-12-14 at 10:51 +0200, Zhu Yanjun wrote:
> From: Zhu Yanjun <zyjzyj2000@gmail.com>
> 
> The function mlx5_buf_alloc_node is only used by the function in the
> local scope. So it is appropriate to limit this function in the local
> scope.
> 
> Signed-off-by: Zhu Yanjun <zyjzyj2000@gmail.com>

LGTM, will apply to mlx5-next soon.

Thanks,
Saeed.

> ---
>  drivers/net/ethernet/mellanox/mlx5/core/alloc.c | 4 ++--
>  include/linux/mlx5/driver.h                     | 2 --
>  2 files changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/alloc.c
> b/drivers/net/ethernet/mellanox/mlx5/core/alloc.c
> index 549f962..42198e6 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/alloc.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/alloc.c
> @@ -71,8 +71,8 @@ static void *mlx5_dma_zalloc_coherent_node(struct
> mlx5_core_dev *dev,
>  	return cpu_handle;
>  }
>  
> -int mlx5_buf_alloc_node(struct mlx5_core_dev *dev, int size,
> -			struct mlx5_frag_buf *buf, int node)
> +static int mlx5_buf_alloc_node(struct mlx5_core_dev *dev, int size,
> +			       struct mlx5_frag_buf *buf, int node)
>  {
>  	dma_addr_t t;
>  
> diff --git a/include/linux/mlx5/driver.h
> b/include/linux/mlx5/driver.h
> index 27200de..59cff38 100644
> --- a/include/linux/mlx5/driver.h
> +++ b/include/linux/mlx5/driver.h
> @@ -928,8 +928,6 @@ int mlx5_cmd_exec_polling(struct mlx5_core_dev
> *dev, void *in, int in_size,
>  void mlx5_stop_health_poll(struct mlx5_core_dev *dev, bool
> disable_health);
>  void mlx5_drain_health_wq(struct mlx5_core_dev *dev);
>  void mlx5_trigger_health_work(struct mlx5_core_dev *dev);
> -int mlx5_buf_alloc_node(struct mlx5_core_dev *dev, int size,
> -			struct mlx5_frag_buf *buf, int node);
>  int mlx5_buf_alloc(struct mlx5_core_dev *dev,
>  		   int size, struct mlx5_frag_buf *buf);
>  void mlx5_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf
> *buf);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-17 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1576313477-20401-1-git-send-email-yanjunz@mellanox.com>
2019-12-17 19:44 ` [PATCH 1/1] net/mlx5: limit the function in local scope Saeed Mahameed

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.