From: Himangi Saraogi Date: Wed, 23 Jul 2014 14:41:11 +0000 (+0530) Subject: ceph: replace comma with a semicolon X-Git-Tag: omap-for-v3.17/fixes-against-rc2~85^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a0f24e4c62e7dd6b8486903177c1c451819f01;p=pandora-kernel.git ceph: replace comma with a 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 Coccinelle semantic patch that performs this transformation is as follows: // @r@ expression e1,e2; @@ e1 -, +; e2; // Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: Ilya Dryomov --- Reading git-diff-tree failed