git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740d6c1
)
Staging : android :Replace comma with a semicolon
author
Shraddha Barke
<shraddha.6596@gmail.com>
Mon, 27 Jul 2015 10:06:26 +0000
(15:36 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 23:14:53 +0000
(16:14 -0700)
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>
No differences found