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