Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / string.cocci
CommitLineData
34e49164
C
1@@
2identifier I;
3@@
4
5- MODULE_PARM(I, "i");
6+ module_param(I, int, 0);