From: Jiri Pirko <j...@mellanox.com> Fix small issues I noticed during the refactoring.
First patch adds file name comments in the header file to make it clear what goes where. Second patch fixes a typo and third patch simply aligns RIF index allocation with similar allocations in the driver. Ido Schimmel (3): mlxsw: spectrum: Tidy up header file mlxsw: Fix typo inside enumeration mlxsw: spectrum_router: Align RIF index allocation with existing code drivers/net/ethernet/mellanox/mlxsw/reg.h | 2 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 47 ++++++++++++---------- drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c | 6 +-- .../net/ethernet/mellanox/mlxsw/spectrum_router.c | 24 +++++------ 4 files changed, 41 insertions(+), 38 deletions(-) -- 2.9.3