Re: [PATCH] net: ipv4: Use BUG_ON directly instead of a if condition followed by BUG
From: Jiri Benc
Date: Mon Sep 10 2018 - 11:40:04 EST
On Mon, 10 Sep 2018 22:38:02 +0800, zhong jiang wrote:
> + BUG(skb_copy_bits(skb, ptr, &tmp, 1));
I doubt this builds.
Jiri