Re: [for-next 01/14] net/mlx5: Fixed sparse issues

2018-03-06 Thread Saeed Mahameed
On Mon, 2018-03-05 at 22:53 +0200, Or Gerlitz wrote: > On Mon, Mar 5, 2018 at 10:46 PM, Saeed Mahameed > wrote: > > From: Aviad Yehezkel > > > > 1. Local fucntions should be static. > > s/fucntions/functions/ > > > 2. Missing declarations warnings. >

Re: [for-next 01/14] net/mlx5: Fixed sparse issues

2018-03-05 Thread Sergei Shtylyov
Hello! On 03/05/2018 11:46 PM, Saeed Mahameed wrote: > From: Aviad Yehezkel > > 1. Local fucntions should be static. Functions, > 2. Missing declarations warnings. Plkase do one thing per patch. > Signed-off-by: Aviad Yehezkel >

Re: [for-next 01/14] net/mlx5: Fixed sparse issues

2018-03-05 Thread Or Gerlitz
On Mon, Mar 5, 2018 at 10:46 PM, Saeed Mahameed wrote: > From: Aviad Yehezkel > > 1. Local fucntions should be static. s/fucntions/functions/ > 2. Missing declarations warnings. > > Signed-off-by: Aviad Yehezkel > Signed-off-by:

[for-next 01/14] net/mlx5: Fixed sparse issues

2018-03-05 Thread Saeed Mahameed
From: Aviad Yehezkel 1. Local fucntions should be static. 2. Missing declarations warnings. Signed-off-by: Aviad Yehezkel Signed-off-by: Saeed Mahameed --- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 4 ++--