From: Himangi Saraogi Date: Wed, 23 Jul 2014 14:42:31 +0000 (+0530) Subject: nfsd4: convert comma to semicolon X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8e5a644c2041273a1cee7c6299713ccee319ab;p=pandora-kernel.git nfsd4: convert comma to 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: J. Bruce Fields --- Reading git-diff-tree failed