From: Himangi Saraogi Date: Fri, 30 May 2014 15:46:05 +0000 (+0530) Subject: RDS/RDMA: Replace comma with semicolon X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~118 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2afe9fe25d99cbe19eac57c0f8f098b2710b7c;p=pandora-kernel.git RDS/RDMA: 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