Re: [PATCH 2/2] net: ipv4: Use BIT macro.

2017-03-29 Thread Eric Dumazet
On Thu, 2017-03-30 at 00:46 +0530, Varsha Rao wrote: > Replace bitwise left shift by one operations with BIT() macro. This patch > fixes the checkpatch issue. > > Signed-off-by: Varsha Rao > --- > net/ipv4/tcp_bbr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH 2/2] net: ipv4: Use BIT macro.

2017-03-29 Thread Varsha Rao
Replace bitwise left shift by one operations with BIT() macro. This patch fixes the checkpatch issue. Signed-off-by: Varsha Rao --- net/ipv4/tcp_bbr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/tcp_bbr.c b/net/ipv4/tcp_bbr.c index