diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-24 12:15:39 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-06-25 09:54:51 +0300 |
commit | d48e0cd8fcaf314175a15d3076d7a1e71bd4e628 (patch) | |
tree | 4eb06740f057887bd11bb15d27c8abbd615cff93 /Documentation/core-api | |
parent | a9314773a91a1d3b36270085246a6715a326ff00 (diff) | |
download | linux-d48e0cd8fcaf314175a15d3076d7a1e71bd4e628.tar.xz |
timekeeping: Boot should be boottime for coarse ns accessor
Somewhere in all the patchsets before, this cleanup got lost.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20190624091539.13512-1-Jason@zx2c4.com
Diffstat (limited to 'Documentation/core-api')
-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 15fc58e85ef9..20ee447a50f3 100644 --- a/Documentation/core-api/timekeeping.rst +++ b/Documentation/core-api/timekeeping.rst @@ -105,7 +105,7 @@ Some additional variants exist for more specialized cases: ktime_t ktime_get_coarse_clocktai( void ) .. c:function:: u64 ktime_get_coarse_ns( void ) - u64 ktime_get_coarse_boot_ns( void ) + u64 ktime_get_coarse_boottime_ns( void ) u64 ktime_get_coarse_real_ns( void ) u64 ktime_get_coarse_clocktai_ns( void ) |