Re: [patch 06/15] timers: Update kernel-doc for various functions

From: Steven Rostedt
Date: Tue Nov 22 2022 - 10:41:37 EST


On Tue, 22 Nov 2022 16:18:37 +0100
Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:

> >> + * This function cannot guarantee that the timer cannot be rearmed right
> >> + * after dropping the base lock. That needs to be prevented by the calling
> >> + * code if necessary.
> >

Also, re-reading it again, I wounder if we can avoid the double use of
"cannot", in "cannot guarantee that the timer cannot".

What about:

This function does not prevent the timer from being rearmed right after
dropping the base lock.

?

-- Steve