]> git.baikalelectronics.ru Git - kernel.git/commit
net/core: Fix BUG to BUG_ON conditionals.
authorTim Hansen <devtimhansen@gmail.com>
Mon, 9 Oct 2017 15:37:59 +0000 (11:37 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Oct 2017 19:31:37 +0000 (12:31 -0700)
commit55177434c2db1c32cee3383c92f8ef36264ba743
tree85a81fa7d7bf34d7e6c24d3532039db8ad79a7ff
parentcaad10668081cd9e129a7399eecdc0b6f8728532
net/core: Fix BUG to BUG_ON conditionals.

Fix BUG() calls to use BUG_ON(conditional) macros.

This was found using make coccicheck M=net/core on linux next
tag next-2017092

Signed-off-by: Tim Hansen <devtimhansen@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c