]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging : android :Replace comma with a semicolon
authorShraddha Barke <shraddha.6596@gmail.com>
Mon, 27 Jul 2015 10:06:26 +0000 (15:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 23:14:53 +0000 (16:14 -0700)
commit61c854f510505177e95b0f2bc88249c4ed68f501
tree73b248dd2430c359eef3362a6746567b6a5eb9b3
parent740d6c17c8fe25b917273195db8d49d33b87e6ae
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 <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ashmem.c