OSDN Git Service

igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c
authorAndre Guedes <andre.guedes@intel.com>
Fri, 24 Apr 2020 20:16:09 +0000 (13:16 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 21 May 2020 23:19:19 +0000 (16:19 -0700)
commit7df76bd1918188c80ee0bb2e849756d07ce71507
treed21f0a0db3e6216f20cfdcf372073d468500d8a8
parent876ea04db7675391baa8011795188e55d154aa4e
igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c

This patch adds the prefix 'igc_ethtool_' to all functions defined in
igc_ethtool.c so they align with the name convention already followed by
other parts of the driver (e.g. igc_tsn, igc_ptp). Also, this avoids
some name clashing with functions added to igc_main.c by upcoming
patches in this series. No functionality is changed by this patch, just
function renaming.

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igc/igc.h
drivers/net/ethernet/intel/igc/igc_ethtool.c
drivers/net/ethernet/intel/igc/igc_main.c