diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-04-11 09:07:08 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2016-05-05 22:25:50 +0300 |
commit | 813923b1a21b73f3068d89b817a86bea5371108c (patch) | |
tree | 4a976ba38bb6260f73315ed4afab1651210bac1d /fs/openpromfs | |
parent | cfae7529b525c3fa86deb71cf2036659240a865e (diff) | |
download | linux-813923b1a21b73f3068d89b817a86bea5371108c.tar.xz |
dm thin: Remove return statement from void function
Return statement at the end of a void function is useless.
The Coccinelle semantic patch used to make this change is as follows:
//<smpl>
@@
identifier f;
expression e;
@@
void f(...) {
<...
- return
e;
...>
}
//</smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'fs/openpromfs')
0 files changed, 0 insertions, 0 deletions