Re: [PATCH] net: ipv4: Use BUG_ON directly instead of a if condition followed by BUG

From: zhong jiang
Date: Mon Sep 10 2018 - 21:12:43 EST


On 2018/9/10 23:39, Jiri Benc wrote:
> On Mon, 10 Sep 2018 22:38:02 +0800, zhong jiang wrote:
>> + BUG(skb_copy_bits(skb, ptr, &tmp, 1));
> I doubt this builds.
This is my fault. should Be BUG_ON

Thanks,
zhong jiang
> Jiri
>
> .
>