diff options
| author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-07-27 15:36:26 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-07-31 16:14:53 -0700 |
| commit | 61c854f510505177e95b0f2bc88249c4ed68f501 (patch) | |
| tree | 73b248dd2430c359eef3362a6746567b6a5eb9b3 /include/linux/vmalloc.h | |
| parent | 740d6c17c8fe25b917273195db8d49d33b87e6ae (diff) | |
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>
Diffstat (limited to 'include/linux/vmalloc.h')
0 files changed, 0 insertions, 0 deletions
