commit | 1c142e1c639bcbcb5b5db210d8fa4d2ecef6037e | [log] [tgz] |
---|---|---|
author | Alan Brady <alan.brady@intel.com> | Thu Oct 05 14:53:31 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Oct 17 10:48:50 2017 -0700 |
tree | dc7dbce33396331b679b5853f1728a71ef28dd0b | |
parent | 8a5f2166a6288ee4b5a393f1ebc8cfb26b0510f0 [diff] |
i40e: rename 'cmd' variables in ethtool interface After the switch to the new ethtool API, ethtool passes us ethtool_ksettings structs instead of ethtool_command structs, however we were still referring to them as 'cmd' variables. This renames them to 'ks' variables which makes the code easier to understand. Signed-off-by: Alan Brady <alan.brady@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>