Skip to content

Commit acd6294

Browse files
committed
Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixlet from Ingo Molnar: "A single fix for a comment that may show up in DocBook output" * tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: vdso/datapage: Use correct clock mode name in comment
2 parents 05db498 + ac84bac commit acd6294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/vdso/datapage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ struct vdso_timestamp {
7373
*
7474
* @offset is used by the special time namespace VVAR pages which are
7575
* installed instead of the real VVAR page. These namespace pages must set
76-
* @seq to 1 and @clock_mode to VLOCK_TIMENS to force the code into the
77-
* time namespace slow path. The namespace aware functions retrieve the
76+
* @seq to 1 and @clock_mode to VDSO_CLOCKMODE_TIMENS to force the code into
77+
* the time namespace slow path. The namespace aware functions retrieve the
7878
* real system wide VVAR page, read host time and add the per clock offset.
7979
* For clocks which are not affected by time namespace adjustment the
8080
* offset must be zero.

0 commit comments

Comments
 (0)