Re: [PATCH] ipv6: Use BUG_ON

From: David Miller
Date: Fri Jul 11 2014 - 18:07:18 EST


From: Himangi Saraogi <himangi774@xxxxxxxxx>
Date: Sat, 12 Jul 2014 01:57:17 +0530

> The semantic patch that makes this transformation is as follows:
>
> // <smpl>
> @@ expression e; @@
> -if (e) BUG();
> +BUG_ON(e);
> // </smpl>
>
> Signed-off-by: Himangi Saraogi <himangi774@xxxxxxxxx>
> Acked-by: Julia Lawall <julia.lawall@xxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/