Re: [PATCH v2] net/sched: adjust device watchdog timer to detect stopped queue at right time

From: Jakub Kicinski
Date: Tue May 07 2024 - 20:31:15 EST


LGTM!

One nit..

On Mon, 6 May 2024 19:29:44 +0530 Praveen Kumar Kannoju wrote:
> + if (time_after(jiffies, (trans_start + dev->watchdog_timeo))) {
^ ^

Would you mind dropping these brackets while you're touching this line?
They are unnecessary.