Re: [PATCH v3] net/mlx5e: Delete unneeded function argument

2018-08-16 Thread David Miller
From: Yuval Shaia Date: Thu, 16 Aug 2018 12:02:20 +0300 > priv argument is not used by the function, delete it. > > Fixes: a89842811ea98 ("net/mlx5e: Merge per priority stats groups") > Signed-off-by: Yuval Shaia > --- > v1 -> v2: > * Remove blank line as pointed by Leon. > > v2 -> v3: >

Re: [PATCH v3] net/mlx5e: Delete unneeded function argument

2018-08-16 Thread Leon Romanovsky
On Thu, Aug 16, 2018 at 12:02:20PM +0300, Yuval Shaia wrote: > priv argument is not used by the function, delete it. > > Fixes: a89842811ea98 ("net/mlx5e: Merge per priority stats groups") > Signed-off-by: Yuval Shaia > --- > v1 -> v2: > * Remove blank line as pointed by Leon. > > v2 -> v3:

[PATCH v3] net/mlx5e: Delete unneeded function argument

2018-08-16 Thread Yuval Shaia
priv argument is not used by the function, delete it. Fixes: a89842811ea98 ("net/mlx5e: Merge per priority stats groups") Signed-off-by: Yuval Shaia --- v1 -> v2: * Remove blank line as pointed by Leon. v2 -> v3: * Change prefix to mlx5e --- drivers/net/ethernet/mellanox/mlx5/co