Thread (2 messages) flat view 2 messages, 2 authors, 2014-07-11

Re: [PATCH] net: ipv6: Use BUG_ON

From: David Miller <davem@davemloft.net>
Date: 2014-07-11 22:07:06
Also in: lkml

From: Himangi Saraogi <redacted>
Date: Sat, 12 Jul 2014 01:55:38 +0530
quoted hunk ↗ jump to hunk
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 <redacted>
Acked-by: Julia Lawall <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help