diff options
Diffstat (limited to 'kernel/time')
-rw-r--r-- | kernel/time/timekeeping.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index f45e5e29a16d..29a7d6709da1 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -519,9 +519,9 @@ EXPORT_SYMBOL(__getnstimeofday64); | |||
519 | 519 | ||
520 | /** | 520 | /** |
521 | * getnstimeofday64 - Returns the time of day in a timespec64. | 521 | * getnstimeofday64 - Returns the time of day in a timespec64. |
522 | * @ts: pointer to the timespec to be set | 522 | * @ts: pointer to the timespec64 to be set |
523 | * | 523 | * |
524 | * Returns the time of day in a timespec (WARN if suspended). | 524 | * Returns the time of day in a timespec64 (WARN if suspended). |
525 | */ | 525 | */ |
526 | void getnstimeofday64(struct timespec64 *ts) | 526 | void getnstimeofday64(struct timespec64 *ts) |
527 | { | 527 | { |
@@ -623,7 +623,7 @@ EXPORT_SYMBOL_GPL(ktime_get_raw); | |||
623 | * | 623 | * |
624 | * The function calculates the monotonic clock from the realtime | 624 | * The function calculates the monotonic clock from the realtime |
625 | * clock and the wall_to_monotonic offset and stores the result | 625 | * clock and the wall_to_monotonic offset and stores the result |
626 | * in normalized timespec format in the variable pointed to by @ts. | 626 | * in normalized timespec64 format in the variable pointed to by @ts. |
627 | */ | 627 | */ |
628 | void ktime_get_ts64(struct timespec64 *ts) | 628 | void ktime_get_ts64(struct timespec64 *ts) |
629 | { | 629 | { |