Re: [PATCH net-next] mlxsw: spectrum: Make offloads stats functions static

2016-09-20 Thread David Miller
From: Or Gerlitz Date: Tue, 20 Sep 2016 08:14:08 +0300 > The offloads stats functions are local to this file, make them static. > > Fixes: fc1bbb0f1831 ('mlxsw: spectrum: Implement offload stats ndo [..]') > Signed-off-by: Or Gerlitz Applied.

Re: [PATCH net-next] mlxsw: spectrum: Make offloads stats functions static

2016-09-20 Thread Jiri Pirko
Tue, Sep 20, 2016 at 07:14:08AM CEST, ogerl...@mellanox.com wrote: >The offloads stats functions are local to this file, make them static. > >Fixes: fc1bbb0f1831 ('mlxsw: spectrum: Implement offload stats ndo [..]') >Signed-off-by: Or Gerlitz Acked-by: Jiri Pirko

[PATCH net-next] mlxsw: spectrum: Make offloads stats functions static

2016-09-19 Thread Or Gerlitz
The offloads stats functions are local to this file, make them static. Fixes: fc1bbb0f1831 ('mlxsw: spectrum: Implement offload stats ndo [..]') Signed-off-by: Or Gerlitz --- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 8 1 file changed, 4 insertions(+), 4