Re: [patch V2 15/17] timers: Provide timer_shutdown[_sync]()
From: Thomas Gleixner <hidden>
Date: 2022-11-23 17:06:14
Also in:
lkml, netdev
From: Thomas Gleixner <hidden>
Date: 2022-11-23 17:06:14
Also in:
lkml, netdev
On Wed, Nov 23 2022 at 13:02, Anna-Maria Behnsen wrote:
quoted
+ * This obviously requires that the timer is not required to be functional + * for the rest of the shutdown operation.NIT... Maybe the first requires could be replaced by assumes/expects/presupposes to prevent double use of required?
Yes.