Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / of.c
CommitLineData
34e49164
C
1static 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
9static 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