diff options
author | Sasha Neftin <sasha.neftin@intel.com> | 2021-03-14 14:59:20 +0100 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-03-23 19:34:02 +0100 |
commit | 39da2cac42d4a4b44c04575ad444ad128e1a2c6b (patch) | |
tree | 0db0582248f348068030bba13e3fddde6b97572a /drivers/net/ethernet/intel/e1000e/ptp.c | |
parent | igc: Fix prototype warning (diff) | |
download | linux-39da2cac42d4a4b44c04575ad444ad128e1a2c6b.tar.xz linux-39da2cac42d4a4b44c04575ad444ad128e1a2c6b.zip |
e1000e: Fix prototype warning
Correct report warnings in ich8lan.c, netdev.c phy.c and ptp.c files
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/ptp.c')
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/ptp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/ptp.c b/drivers/net/ethernet/intel/e1000e/ptp.c index f3f671311855..9e79d672f4f1 100644 --- a/drivers/net/ethernet/intel/e1000e/ptp.c +++ b/drivers/net/ethernet/intel/e1000e/ptp.c @@ -142,7 +142,7 @@ static int e1000e_phc_get_syncdevicetime(ktime_t *device, } /** - * e1000e_phc_getsynctime - Reads the current system/device cross timestamp + * e1000e_phc_getcrosststamp - Reads the current system/device cross timestamp * @ptp: ptp clock structure * @xtstamp: structure containing timestamp * |