linux-stable/drivers/misc/mic
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
..
bus misc: mic: MIC VOP Bus 2016-02-09 17:32:37 -08:00
card misc: mic: MIC host and card driver changes to enable VOP 2016-02-09 17:32:37 -08:00
common misc: mic: Remove COSM functionality from the MIC card driver 2015-10-04 12:46:06 +01:00
cosm misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED state 2016-02-07 22:53:40 -08:00
cosm_client misc: mic: COSM client driver 2015-10-04 12:46:06 +01:00
host misc: mic: Remove return statements from void functions 2016-04-30 13:53:19 -07:00
scif misc: mic: silence uninitialized variable warning 2016-04-30 13:53:19 -07:00
vop misc: mic: Fix for double fetch security bug in VOP driver 2016-04-27 15:29:46 -07:00
Kconfig misc: mic: Fix randconfig build error 2016-04-30 13:52:16 -07:00
Makefile misc: mic: Enable VOP debugfs and driver build 2016-02-09 17:32:37 -08:00