Re: [PATCH V2 RESEND] net: hamradio: use time_is_after_jiffies() instead of open coding it
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-03-02 02:55:12
Also in:
linux-hams, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-03-02 02:55:12
Also in:
linux-hams, lkml
On Tue, 1 Mar 2022 18:29:31 -0800 Qing Wang wrote:
From: Wang Qing <redacted>
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!