Re: [PATCH 06/15] timers: Update function descriptions of sleep/delay related functions

From: Arnd Bergmann
Date: Wed Sep 04 2024 - 10:32:59 EST


On Wed, Sep 4, 2024, at 13:04, Anna-Maria Behnsen wrote:
> A lot of commonly used functions for inserting a sleep or delay lack a
> proper function description. Add function descriptions to all of them to
> have important information in a central place close to the code.
>
> No functional change.
>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: linux-arch@xxxxxxxxxxxxxxx
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
> ---
> include/asm-generic/delay.h | 46 ++++++++++++++++++++++++++++++++++-----
> include/linux/delay.h | 48 ++++++++++++++++++++++++++++++----------
> kernel/time/sleep_timeout.c | 53 ++++++++++++++++++++++++++++++++++++++++-----
> 3 files changed, 123 insertions(+), 24 deletions(-)

Acked-by: Arnd Bergmann <arnd@xxxxxxxx> # asm-generic

Arnd