On Fri, 25 Apr 2014, Javier Martinez Canillas wrote:

> Hello Julia,
> 
> On Fri, Apr 25, 2014 at 6:23 PM, Julia Lawall <julia.law...@lip6.fr> wrote:
> > On Fri, 25 Apr 2014, Javier Martinez Canillas wrote:
> >
> >> Hello,
> >>
> >> I'm a Linux kernel developer doing a big refactoring on the GPIO subsytem.
> >>
> >> I was wondering if the change I'm doing manually could be automated by
> >> using cocinelle but I've no experience neither writing semantic
> >> patches nor the SmPL language grammar.
> >
> > It looks quite possible.  In looking at the code, though, I wasn't sure
> > what is your strategy for where to place the new structure definition, in
> > the case where there was no structure before.  Would it be OK to put it
> > next to the probe function?
> >
> > julia
> 
> Thanks a lot for taking the time to look at this!
> 
> I've been adding the new structure definition right after all the
> functions have been defined since that is a common pattern found in
> other kernel subsystems.
> 
> But since this is a cleanup and if is going to be easier to define the
> semantic patch by placing the structure before the probe function then
> that works for me too and later drivers maintainers can send
> incremental patches to change wherever they find more suitable.

Well, you could also put it after the probe function.

You could also find the ending position of all of the functions and put it 
after the last one, but that could be a bit complicated.

julia
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to