b7dd005deccba4f5b84b9d77767b12230493a05c
[bpt/coccinelle.git] / tests / struct_typedef.cocci
1 @@
2 @@
3
4 - struct dvb_frontend {
5 + struct dvb2_frontend {
6 ...
7 - struct dvb_frontend_ops* ops;
8 + struct dvb_frontend_ops ops;
9 ...
10 };