Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / ktype.res
CommitLineData
34e49164
C
1typedef struct r1_private_data_s conf_t;
2
3static int run(mddev_t *mddev)
4{
5 conf_t *conf;
6 conf = kzalloc(sizeof(conf_t), GFP_KERNEL);
7 if (!conf) return;
8}