diff options
| author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-08-04 23:02:35 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-05 12:18:00 -0700 |
| commit | 45b30514a34fa7fcb7a84be799ca5fc53d33a4d7 (patch) | |
| tree | ca3568bcb9d7f3aa38868eec2fff8e0fe427534c /include/linux/patchkey.h | |
| parent | a12aaa92f3ccd15015e01373c2b60a3841aaebbb (diff) | |
Staging: lustre: lov: Drop unnecessary cast on void *
This patch does away with the cast on void * as it is unnecessary.
Semantic patch used is as follows:
@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>
Diffstat (limited to 'include/linux/patchkey.h')
0 files changed, 0 insertions, 0 deletions
