From: Shraddha Barke Date: Mon, 27 Jul 2015 10:06:26 +0000 (+0530) Subject: Staging : android :Replace comma with a semicolon X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c854f510505177e95b0f2bc88249c4ed68f501;p=pandora-kernel.git Staging : android :Replace comma with a semicolon Replace comma between expression statements by a semicolon. The semantic patch used is as follows: @@ expression e1,e2; @@ e1 - , + ; e2; Signed-off-by: Shraddha Barke Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed