diff options
| author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-08-04 23:20:50 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-05 12:18:00 -0700 |
| commit | 9b37465e40915a657e60593e068aa3ab447931b1 (patch) | |
| tree | f6853add1af2d0876b0fd7df8b65f602640acb60 /include/linux | |
| parent | b7856753856b4e6a20c1c91c6db03852e90de273 (diff) | |
Staging: lustre: libcfs: 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')
0 files changed, 0 insertions, 0 deletions
