All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] __init macro and Coccinelle
@ 2017-08-15 20:18 Gustavo A. R. Silva
  2017-08-15 20:24 ` Julia Lawall
  0 siblings, 1 reply; 5+ messages in thread
From: Gustavo A. R. Silva @ 2017-08-15 20:18 UTC (permalink / raw)
  To: cocci

Hello everybody,

I have the following script:

@r@
identifier f_init;
position p;
@@


* __init f_init at p(...)

I want to spot __init functions, but it doesn't seem to work. I get a 
parse error around the __init macro:

around = '__init',
   whole content = * __init f_init at p(...)

I wonder if there is a way to work around that issue?

Thank you
-- 
Gustavo A. R. Silva

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-15 20:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 20:18 [Cocci] __init macro and Coccinelle Gustavo A. R. Silva
2017-08-15 20:24 ` Julia Lawall
2017-08-15 20:29   ` Gustavo A. R. Silva
2017-08-15 20:42     ` Julia Lawall
2017-08-15 20:45       ` Gustavo A. R. Silva

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.