Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / bugon.res
1 static void b44_tx(struct b44 *bp)
2 {
3 BUG_ON(skb == NULL);
4 }