From: Jacob Keller Date: Thu, 1 Nov 2012 12:30:16 +0000 (+0000) Subject: ptp: update adjfreq callback description X-Git-Tag: v3.7-rc5~1^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87f4d7c1d36f44b0822053b7e5dedc31fdd0ab99;p=profile%2Fivi%2Fkernel-x86-ivi.git ptp: update adjfreq callback description This patch updates the adjfreq callback description to include a note that the delta in ppb is always relative to the base frequency, and not to the current frequency of the hardware clock. Signed-off-by: Jacob Keller CC: stable@vger.kernel.org [v3.5+] CC: Richard Cochran CC: John Stultz Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- diff --git a/include/linux/ptp_clock_kernel.h b/include/linux/ptp_clock_kernel.h index f2dc6d8..38a9935 100644 --- a/include/linux/ptp_clock_kernel.h +++ b/include/linux/ptp_clock_kernel.h @@ -54,7 +54,8 @@ struct ptp_clock_request { * clock operations * * @adjfreq: Adjusts the frequency of the hardware clock. - * parameter delta: Desired period change in parts per billion. + * parameter delta: Desired frequency offset from nominal frequency + * in parts per billion * * @adjtime: Shifts the time of the hardware clock. * parameter delta: Desired change in nanoseconds.