Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / voyager.c
1 void
2 voyager_cat_init(void)
3 {
4 voyager_module_t **modpp;
5
6 *modpp = kmalloc(sizeof(voyager_module_t), GFP_KERNEL);
7 memset(*modpp, 0, sizeof(voyager_module_t));
8 }