Tag: 8e8287526844441008df286536a21722277bb487

staging:iio: Add missing __devinit and __devexit annotations

Author: Lars-Peter Clausen <lars@metafoo.de> Autogenerated using the following coccinelle semantic patch: // @r1@ identifier driver; identifier fn; position p; type T; @@ T driver = { .remove = ( fn@p | __devexit_p(fn@p) ) }; @r2@ identifier r1.fn; position p != r1.p; @@ fn@p @r3@ identifier r1.fn; position r1.p; @@ ( __devexit_p(fn@p) | -fn@p +__devexit_p(fn) ) …

Continue reading