commit | bf95233e206983d5a05a2e27700d2678ffdef62c | [log] [tgz] |
---|---|---|
author | Arkadi Sharshevsky <arkadis@mellanox.com> | Fri Mar 17 09:38:00 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 21 17:16:10 2017 -0700 |
tree | 7e88189ad9bf0d3064fb9af7da0901ae21158ea3 | |
parent | 33928eed8d934bb912d8168cd5e57fa80f9122c4 [diff] |
mlxsw: spectrum: Cosmetic naming change Currently the struct representing router interface "mlxsw_sp_rif" is reffered as "r" in various places in the driver. Furthermore it contains a member which specify the index which is called "rif". This patch change "r" to "rif" and "rif" to "rif_index". Signed-off-by: Arkadi Sharshevsky <arkadis@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>