> @fix1_context depends on match1 && !patch && (context || org || report)@
> identifier match1.__driver;
> position j0;
> @@
> 
> *     static struct platform_driver __driver@j0 = {
>               .driver = {
>                       .owner = THIS_MODULE,
>               }
>       };
> 
> @fix2_context depends on match2 && !patch && (context || org || report)@
> identifier match2.__driver;
> position j0;
> @@
> 
> *     static struct platform_driver __driver@j0 = {
>               .driver = {
>                       .owner = THIS_MODULE,
>               }
>       };

In these cases, I think it would look nicer to put the *s and the @j0's 
on .owner rather than at the start of the structure.

Unless there is some situation in which the transformation is not 
required, I think High confidence would be appropriate.

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

Reply via email to