timekeeping: Fix references to nonexistent ktime_get_fast_ns()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 26 Apr 2023 13:43:34 +0000 (15:43 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 26 Apr 2023 21:43:16 +0000 (23:43 +0200)
commit158009f1b4a33bc0f354b994eea361362bd83226
tree1940e8a97568b834cff4dfa2e30a733dac57197c
parent7e0664b660bc8f977d2948d8c8fbfc4809b3e6b4
timekeeping: Fix references to nonexistent ktime_get_fast_ns()

There was never a function named ktime_get_fast_ns().
Presumably these should refer to ktime_get_mono_fast_ns() instead.

Fixes: c1ce406e80fb15fa ("timekeeping: Fix up function documentation for the NMI safe accessors")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/r/06df7b3cbd94f016403bbf6cd2b38e4368e7468f.1682516546.git.geert+renesas@glider.be
kernel/time/timekeeping.c