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