Files
linux/net/ipv6
Himangi Saraogi 8242fc3392 net: ipv6: Use BUG_ON
The semantic patch that makes the transformation is as follows:

// <smpl>
@@ expression e; @@
-if (e) BUG();
+BUG_ON(e);
// </smpl>

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-11 15:06:38 -07:00
..
2014-05-07 16:06:05 -04:00
2014-06-04 22:46:38 -07:00
2014-03-14 07:28:07 +01:00
2014-07-10 16:56:33 -07:00
2014-05-23 16:28:53 -04:00
2014-05-14 15:33:47 -04:00
2014-07-11 15:06:38 -07:00
2014-06-27 15:53:35 -07:00
2014-06-04 22:46:38 -07:00
2014-07-01 23:46:21 -07:00
2014-05-23 16:28:53 -04:00