Re: [PATCH V2 RESEND] net: hamradio: use time_is_after_jiffies() instead of open coding it
From: Jakub Kicinski
Date: Tue Mar 01 2022 - 21:55:13 EST
On Tue, 1 Mar 2022 18:29:31 -0800 Qing Wang wrote:
> From: Wang Qing <wangqing@xxxxxxxx>
>
> Use the helper function time_is_{before,after}_jiffies() to improve
> code readability.
>
> V2:
> add missing ")" at line 1357 which will cause compliation error.
I see :S So since the v1 was already applied could you please send
a patch that only adds the missing bracket based on this tree:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/
? We can't discard the old patch, we need an incremental fix.
Thanks!