[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140711.150701.565471840751692846.davem@davemloft.net>
Date: Fri, 11 Jul 2014 15:07:01 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: himangi774@...il.com
Cc: kuznet@....inr.ac.ru, jmorris@...ei.org, yoshfuji@...ux-ipv6.org,
kaber@...sh.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, julia.lawall@...6.fr
Subject: Re: [PATCH] net: ipv6: Use BUG_ON
From: Himangi Saraogi <himangi774@...il.com>
Date: Sat, 12 Jul 2014 01:55:38 +0530
> 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@...il.com>
> Acked-by: Julia Lawall <julia.lawall@...6.fr>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists