Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / yloop.c
1 static int
2 arxescsi_proc_info(char *buffer)
3 {
4 host = scsi_host_hn_get(hostno);
5 if (!host)
6 return 0;
7
8 list_for_each_entry(scd, &host->my_devices, siblings) {
9 }
10 return pos;
11 }
12