]> git.baikalelectronics.ru Git - kernel.git/commit
ice: move ice_set_vf_port_vlan near other .ndo ops
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 23 Feb 2022 00:26:55 +0000 (16:26 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 15 Mar 2022 00:22:59 +0000 (17:22 -0700)
commit2f48e3566a03e00ca59d53b2efffee877bcf25d4
treedc48743e87173e302889c3427f63722a2ce16021
parent74724b4b399dc96de73e2e00de90d5b4c9d2e558
ice: move ice_set_vf_port_vlan near other .ndo ops

The ice_set_vf_port_vlan function is located in ice_sriov.c very far
away from the other .ndo operations that it is similar to. Move this so
that its located near the other .ndo operation definitions.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_sriov.c