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