Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / yloop.c
CommitLineData
34e49164
C
1static int
2arxescsi_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