From 388f4308412574268d38010d877575f8caebad79 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Tue, 13 Aug 2013 09:16:56 +0200 Subject: [PATCH] drivers/gpio/gpio-omap.c: convert comma to semicolon 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; @@ e1 -, +; e2; // Signed-off-by: Julia Lawall Acked-by: Kevin Hilman Signed-off-by: Linus Walleij --- Reading git-format-patch failed