Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / bugon.c
1 static void b44_tx(struct b44 *bp)
2 {
3 if (unlikely(skb == NULL))
4 BUG();
5 }