linux/drivers/staging/rdma
Shraddha Barke 2512233334 Staging: rdma: amso1100: Remove unnecessary cast on void pointer
void pointers do not need to be cast to other pointer types.

The semantic patch used to find this:

@r@
expression x;
void* e;
type T;
identifier f;
@@

(
  *((T *)e)
|
  ((T *)x)[...]
|
  ((T *)x)->f
|
- (T *)
  e
)

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 22:51:48 -07:00
..
amso1100 Staging: rdma: amso1100: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
ehca IB/ehca: fix handling idr_alloc result 2015-10-04 19:50:05 +01:00
hfi1 Staging: rdma: hfi1: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
ipath Staging: rdma: ipath: Use kcalloc instead of kzalloc to allocate array 2015-10-12 20:35:21 -07:00
Kconfig staging/rdma: Kconfig change STAGING_RDMA to be tristate. 2015-09-29 03:42:27 +02:00
Makefile IB/ehca: Deprecate driver, move to staging, schedule deletion 2015-09-11 18:13:35 -04:00