Re: [PATCH 2/6] time/timekeeping: fix kernel-doc warnings and typos

From: John Stultz
Date: Mon Apr 01 2024 - 13:44:51 EST


On Sun, Mar 31, 2024 at 10:26 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> Fix punctuation, spellos, and kernel-doc warnings:
>
> timekeeping.h:79: warning: No description found for return value of 'ktime_get_real'
> timekeeping.h:95: warning: No description found for return value of 'ktime_get_boottime'
> timekeeping.h:108: warning: No description found for return value of 'ktime_get_clocktai'
> timekeeping.h:149: warning: Function parameter or struct member 'mono' not described in 'ktime_mono_to_real'
> timekeeping.h:149: warning: No description found for return value of 'ktime_mono_to_real'
> timekeeping.h:255: warning: Function parameter or struct member 'cs_id' not described in 'system_time_snapshot'
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Acked-by: John Stultz <jstultz@xxxxxxxxxx>

Thanks for these!
-john