Re: [net-next 1/1] tipc: embed jiffies in macro TIPC_BC_RETR_LIM

2019-07-01 Thread David Miller
From: Jon Maloy 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

Re: [net-next 1/1] tipc: embed jiffies in macro TIPC_BC_RETR_LIM

2019-06-29 Thread Ying Xue
On 6/28/19 11:06 PM, Jon Maloy wrote: > 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 Acked-by: Ying Xue

[net-next 1/1] tipc: embed jiffies in macro TIPC_BC_RETR_LIM

2019-06-28 Thread Jon Maloy
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 --- net/tipc/link.c | 9 - 1 file changed, 4 insertions(+)