[PATCH] time/timekeeping: Fix syntax errors in comments

From: Xiang wangx
Date: Sun Dec 12 2021 - 09:33:01 EST


Delete the redundant word 'time'.

Signed-off-by: Xiang wangx <wangxiang@xxxxxxxxxx>
---
kernel/time/timekeeping.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
index b348749a9fc6..b1fbedd35300 100644
--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -1148,7 +1148,7 @@ static int adjust_historical_crosststamp(struct system_time_snapshot *history,
return ret;
}

- /* Fixup monotonic raw and real time time values */
+ /* Fixup monotonic raw and real time values */
if (interp_forward) {
ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw);
ts->sys_realtime = ktime_add_ns(history->real, corr_real);
--
2.20.1