diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-21 22:32:48 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-06-22 12:11:27 +0200 |
commit | 9285ec4c8b61d4930a575081abeba2cd4f449a74 (patch) | |
tree | bf9d921f3f5735c210afc920a57c8a7e11e56edc /Documentation | |
parent | 0354c1a3cdf31f44b035cfad14d32282e815a572 (diff) | |
download | linux-9285ec4c8b61d4930a575081abeba2cd4f449a74.tar.bz2 |
timekeeping: Use proper clock specifier names in functions
This makes boot uniformly boottime and tai uniformly clocktai, to
address the remaining oversights.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20190621203249.3909-2-Jason@zx2c4.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-api/timekeeping.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/timekeeping.rst b/Documentation/core-api/timekeeping.rst index 93cbeb9daec0..4d92b1ac8024 100644 --- a/Documentation/core-api/timekeeping.rst +++ b/Documentation/core-api/timekeeping.rst @@ -65,7 +65,7 @@ different format depending on what is required by the user: .. c:function:: u64 ktime_get_ns( void ) u64 ktime_get_boottime_ns( void ) u64 ktime_get_real_ns( void ) - u64 ktime_get_tai_ns( void ) + u64 ktime_get_clocktai_ns( void ) u64 ktime_get_raw_ns( void ) Same as the plain ktime_get functions, but returning a u64 number |