From: Himangi Saraogi Date: Fri, 30 May 2014 15:47:13 +0000 (+0530) Subject: rds/tcp_listen: Replace comma with semicolon X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~117 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01728371dc261c876d07e9228a55a096b6d9a1f9;p=pandora-kernel.git rds/tcp_listen: Replace comma with semicolon This patch replaces a comma between expression statements by a semicolon. A simplified version of the semantic patch that performs this transformation is as follows: // @r@ expression e1,e2,e; type T; identifier i; @@ e1 -, +; e2; // Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed