diff options
author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-08-04 23:20:52 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-05 12:18:01 -0700 |
commit | 48177898f05916b64935118633353dbc448d3c24 (patch) | |
tree | 74cb75e1ba43c72335ce7100b96e420387a5d3c6 /sound | |
parent | 9b37465e40915a657e60593e068aa3ab447931b1 (diff) | |
download | talos-op-linux-48177898f05916b64935118633353dbc448d3c24.tar.gz talos-op-linux-48177898f05916b64935118633353dbc448d3c24.zip |
Staging: netlogic: 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 'sound')
0 files changed, 0 insertions, 0 deletions