summaryrefslogtreecommitdiff
path: root/lib/average.c
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-06-26 17:28:52 (GMT)
committerJiri Kosina <jkosina@suse.cz>2014-06-26 22:33:44 (GMT)
commit0a9597b70c76234babf7650437578abaeb9259e1 (patch)
tree91d756d82d3308f3435175db79b7c6a2fc5fa559 /lib/average.c
parente2c76a8bad2fbeafcfb80aa749212b4b16e60257 (diff)
downloadlinux-0a9597b70c76234babf7650437578abaeb9259e1.tar.xz
HID: roccat: Drop cast
This patch removes the cast on data of type void* as it is not needed. The following Coccinelle semantic patch was used for making the change: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/average.c')
0 files changed, 0 insertions, 0 deletions