aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorHimangi Saraogi <[email protected]>2014-07-11 20:27:17 +0000
committerDavid S. Miller <[email protected]>2014-07-11 22:06:38 +0000
commite3f0b86b996d86940357e5ca9788771618d731f1 (patch)
treeb51950c02c5b28c5156b858040b2d932167440d9 /drivers/net/xen-netback/interface.c
parentnet: ipv6: Use BUG_ON (diff)
downloadkernel-e3f0b86b996d86940357e5ca9788771618d731f1.tar.gz
kernel-e3f0b86b996d86940357e5ca9788771618d731f1.zip
ipv6: Use BUG_ON
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 <[email protected]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions