OSDN Git Service

i40e: fix i40e_phy_type_to_ethtool function header
authorAlan Brady <alan.brady@intel.com>
Thu, 5 Oct 2017 21:53:35 +0000 (14:53 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 17 Oct 2017 17:48:51 +0000 (10:48 -0700)
commit52e2d02e42e9a9ac299b61a1b1acbac06fe7949d
treee79c5f6cb051714837bb86d685616562be514a16
parent5f434994ba94f7f02c1f47a9dd13204d1fbc9686
i40e: fix i40e_phy_type_to_ethtool function header

The function header erroneously listed 'phy_types' as a parameter.  The
correct parameter is 'pf'.

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>
drivers/net/ethernet/intel/i40e/i40e_ethtool.c