linux-stable/drivers/misc/mic/host
Amitoj Kaur Chawla fee268767c misc: mic: Remove return statements from void functions
Return statements at the end of void functions are 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-04-30 13:53:19 -07:00
..
Makefile misc: mic: Remove MIC X100 host virtio functionality 2016-02-09 17:32:37 -08:00
mic_boot.c misc: mic: Remove return statements from void functions 2016-04-30 13:53:19 -07:00
mic_debugfs.c misc: mic: Remove MIC X100 host virtio functionality 2016-02-09 17:32:37 -08:00
mic_device.h misc: mic: MIC host and card driver changes to enable VOP 2016-02-09 17:32:37 -08:00
mic_intr.c misc: mic: Remove COSM functionality from the MIC host driver 2015-10-04 12:46:06 +01:00
mic_intr.h misc: mic: MIC host driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00
mic_main.c misc: mic: MIC host and card driver changes to enable VOP 2016-02-09 17:32:37 -08:00
mic_smpt.c misc: mic: Remove COSM functionality from the MIC host driver 2015-10-04 12:46:06 +01:00
mic_smpt.h misc: mic: MIC host driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00
mic_x100.c misc: mic: use common error path 2016-02-07 22:53:40 -08:00
mic_x100.h