Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / of.c
1 static struct iommu_table *iommu_table_find(struct iommu_table * tbl)
2 {
3 for (node = NULL; (node = of_find_all_nodes(node)); ) {
4 if (x)
5 return it;
6 }
7 }
8
9 static struct iommu_table *iommu_table_find(struct iommu_table * tbl)
10 {
11 for (node = NULL; (node = something(node)); ) {
12 if (x)
13 return it;
14 }
15 }
16