Re: [PATCH] net/mlx5e: make mlx5e_profile const

2017-08-24 Thread David Miller
From: Bhumika Goyal Date: Wed, 23 Aug 2017 18:22:01 +0530 > Make this const as it is only passed as an argument to the function > mlx5e_create_netdev and the corresponding argument is of type const. > > Signed-off-by: Bhumika Goyal Applied to net-next.

[PATCH] net/mlx5e: make mlx5e_profile const

2017-08-23 Thread Bhumika Goyal
Make this const as it is only passed as an argument to the function mlx5e_create_netdev and the corresponding argument is of type const. Signed-off-by: Bhumika Goyal --- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/n