From: Himangi Saraogi Date: Fri, 30 May 2014 15:40:48 +0000 (+0530) Subject: ipmr: Replace comma with semicolon X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70cb4a4526d4d3ad901a979a5f26917149408f8d;p=pandora-kernel.git ipmr: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed