Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / yloop.cocci
CommitLineData
34e49164
C
1@@
2identifier buffer;
3identifier hostptr;
4@@
5 arxescsi_proc_info (
6+ struct Scsi_Host *hostptr,
7 char *buffer) {
8 ...
9- hostptr = scsi_host_hn_get(hostno);
10 ...
11 }