Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / bugon.c
CommitLineData
34e49164
C
1static void b44_tx(struct b44 *bp)
2{
3 if (unlikely(skb == NULL))
4 BUG();
5}