From: Jacob Keller Date: Tue, 28 May 2019 17:59:17 +0000 (-0700) Subject: i40e: fix incorrect function documentation comment X-Git-Tag: v5.4-rc1~616^2~132^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d607043fe60cf51e6c1aac50565b53202094a1a;p=platform%2Fkernel%2Flinux-rpi.git i40e: fix incorrect function documentation comment Signed-off-by: Jacob Keller Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/i40e/i40e_ptp.c b/drivers/net/ethernet/intel/i40e/i40e_ptp.c index 439c35f..11394a5 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_ptp.c +++ b/drivers/net/ethernet/intel/i40e/i40e_ptp.c @@ -140,8 +140,7 @@ static int i40e_ptp_adjfreq(struct ptp_clock_info *ptp, s32 ppb) * @ptp: The PTP clock structure * @delta: Offset in nanoseconds to adjust the PHC time by * - * Adjust the frequency of the PHC by the indicated parts per billion from the - * base frequency. + * Adjust the current clock time by a delta specified in nanoseconds. **/ static int i40e_ptp_adjtime(struct ptp_clock_info *ptp, s64 delta) {