diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2017-06-29 19:32:50 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-07-19 16:21:11 -0400 |
| commit | dd69a3c1ded8fe477febd3e728e312d9a555695d (patch) | |
| tree | e9fd9f7c8dd7b83bf80e9ca3ed9d5b3371ffef8b /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 5de35c9b8dcd10dcedba2917e2ab4c1f3ca28dc6 (diff) | |
media: staging: atomisp: Remove unnecessary return statement in 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 <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions