Commit 4d607043 authored by Jacob Keller's avatar Jacob Keller Committed by Jeff Kirsher

i40e: fix incorrect function documentation comment

Signed-off-by: default avatarJacob Keller <jacob.e.keller@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 6df9f13f
...@@ -140,8 +140,7 @@ static int i40e_ptp_adjfreq(struct ptp_clock_info *ptp, s32 ppb) ...@@ -140,8 +140,7 @@ static int i40e_ptp_adjfreq(struct ptp_clock_info *ptp, s32 ppb)
* @ptp: The PTP clock structure * @ptp: The PTP clock structure
* @delta: Offset in nanoseconds to adjust the PHC time by * @delta: Offset in nanoseconds to adjust the PHC time by
* *
* Adjust the frequency of the PHC by the indicated parts per billion from the * Adjust the current clock time by a delta specified in nanoseconds.
* base frequency.
**/ **/
static int i40e_ptp_adjtime(struct ptp_clock_info *ptp, s64 delta) static int i40e_ptp_adjtime(struct ptp_clock_info *ptp, s64 delta)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment