diff options
| author | Tapasweni Pathak <tapaswenipathak@gmail.com> | 2014-10-30 14:33:19 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-30 23:05:49 +0300 |
| commit | 08a3d85a016467c68b224e1a4d9e844a397d92e2 (patch) | |
| tree | 9a5e318c335d0f9b39af50b7c5ef64a8326c83b3 /include/uapi/linux/errqueue.h | |
| parent | 60c8991148d8ad7cdbfd210a42db721eccd58d26 (diff) | |
| download | linux-08a3d85a016467c68b224e1a4d9e844a397d92e2.tar.xz | |
staging: rtl8188eu: hal: Remove useless 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
)
Build tested it.
Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions
