File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2547,6 +2547,7 @@ EXPORT_SYMBOL_GPL(random_get_entropy_fallback);
2547
2547
2548
2548
/**
2549
2549
* do_adjtimex() - Accessor function to NTP __do_adjtimex function
2550
+ * @txc: Pointer to kernel_timex structure containing NTP parameters
2550
2551
*/
2551
2552
int do_adjtimex (struct __kernel_timex * txc )
2552
2553
{
@@ -2615,6 +2616,8 @@ int do_adjtimex(struct __kernel_timex *txc)
2615
2616
#ifdef CONFIG_NTP_PPS
2616
2617
/**
2617
2618
* hardpps() - Accessor function to NTP __hardpps function
2619
+ * @phase_ts: Pointer to timespec64 structure representing phase timestamp
2620
+ * @raw_ts: Pointer to timespec64 structure representing raw timestamp
2618
2621
*/
2619
2622
void hardpps (const struct timespec64 * phase_ts , const struct timespec64 * raw_ts )
2620
2623
{
You can’t perform that action at this time.
0 commit comments