aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-11-03 08:09:45 +0000
committerDavid S. Miller <[email protected]>2017-11-04 13:43:54 +0000
commit0f04d057515275099c6e4f767b95a278be4681bf (patch)
treee141186a1d345d0bdaf02a372178461c6e2bdc77 /net/ipv4/tcp_timer.c
parenttcp_nv: use do_div() instead of expensive div64_u64() (diff)
downloadkernel-0f04d057515275099c6e4f767b95a278be4681bf.tar.gz
kernel-0f04d057515275099c6e4f767b95a278be4681bf.zip
net: sched: cls_u32: use bitwise & rather than logical && on n->flags
Currently n->flags is being operated on by a logical && operator rather than a bitwise & operator. This looks incorrect as these should be bit flag operations. Fix this. Detected by CoverityScan, CID#1460398 ("Logical vs. bitwise operator") Fixes: 245dc5121a9b ("net: sched: cls_u32: call block callbacks for offload") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions