Tag: 388f4308412574268d38010d877575f8caebad79

drivers/gpio/gpio-omap.c: convert comma to semicolon

Author: Julia Lawall <Julia.Lawall@lip6.fr> Replace a comma between expression statements by a semicolon. This changes the semantics of the code, but given the current indentation appears to be what is intended. A simplified version of the semantic patch that performs this transformation is as follows: (http://coccinelle.lip6.fr/) // @r@ expression e1,e2,e; type T; identifier i; @@ …

Continue reading