Skip to content

Commit 7df76bd

Browse files
Andre GuedesJeff Kirsher
authored andcommitted
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 <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 876ea04 commit 7df76bd

File tree

3 files changed

+112
-108
lines changed

3 files changed

+112
-108
lines changed

drivers/net/ethernet/intel/igc/igc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
#include "igc_hw.h"
1818

19-
/* forward declaration */
20-
void igc_set_ethtool_ops(struct net_device *);
19+
void igc_ethtool_set_ops(struct net_device *);
2120

2221
/* Transmit and receive queues */
2322
#define IGC_MAX_RX_QUEUES 4

0 commit comments

Comments
 (0)