Re: [PATCH] mm/zsmalloc: replace if (cond) BUG() with BUG_ON()

From: Minchan Kim
Date: Mon Dec 21 2020 - 13:30:25 EST


On Sat, Dec 12, 2020 at 11:26:25AM +0800, Alex Shi wrote:
> coccinelle reports some warning:
> WARNING: Use BUG_ON instead of if condition followed by BUG.
>
> It could be fixed by BUG_ON().
>
> Reported-by: abaci@xxxxxxxxxxxxxxxxx
> Signed-off-by: Alex Shi <alex.shi@xxxxxxxxxxxxxxxxx>

Acked-by: Minchan Kim <minchan@xxxxxxxxxx>

Thanks.