Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / rcu3.c
CommitLineData
34e49164
C
1static 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(pos, typeof(*this), list);
7 this = list_entry(pos, struct foo, list);
8}