Re: [net-next 1/1] tipc: embed jiffies in macro TIPC_BC_RETR_LIM
From: David Miller <davem@davemloft.net>
Date: 2019-07-02 02:12:43
From: David Miller <davem@davemloft.net>
Date: 2019-07-02 02:12:43
From: Jon Maloy <redacted> Date: Fri, 28 Jun 2019 17:06:20 +0200
The macro TIPC_BC_RETR_LIM is always used in combination with 'jiffies', so we can just as well perform the addition in the macro itself. This way, we get a few shorter code lines and one less line break. Signed-off-by: Jon Maloy <redacted>
Applied.