Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / rcu3.res
1 static struct mtd_chip_driver *get_mtd_chip_driver (const char *name)
2 {
3 struct list_head *pos;
4 struct mtd_chip_driver *this;
5
6 this = list_entry(_X(pos), typeof(*this), list);
7 this = list_entry(_X(pos), struct foo, list);
8 }