Re: [PATCH v2] net/core: Fix BUG to BUG_ON conditionals.

From: David Miller
Date: Mon Oct 09 2017 - 00:20:49 EST


From: Tim Hansen <devtimhansen@xxxxxxxxx>
Date: Sun, 8 Oct 2017 16:03:38 -0400

> Mistakenly sent the patch previously with a missing semicolon.
> Apologies.
>
> Fix BUG() calls to use BUG_ON(conditional) macros.
>
> This was found using make coccicheck M=net/core on linux next
> tag next-20170929
>
> Signed-off-by: Tim Hansen <devtimhansen@xxxxxxxxx>

You're going to have to submit this new version again, the way you
replied to the original patch caused the fixed version to not get
queued up in patchwork properly.