summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2016-10-08 12:59:54 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 11:25:07 +0300
commit15fb2af604d602373cd4dafb88143adb03463001 (patch)
tree84d5ef3d99f8fed78fc2878f7083f4719f76283b /include/linux/timerqueue.h
parent1af172fa4156ec0ab39e47ebc0883f41802d478c (diff)
downloadlinux-15fb2af604d602373cd4dafb88143adb03463001.tar.xz
Staging: emxx_udc: Remove useless type conversion
Some type conversions like casting a pointer to a pointer of same type, casting to the original type using addressof(&) operator etc. are not needed. Therefore, remove them. Done using coccinelle: @@ type t; t *p; t a; @@ ( - (t)(a) + a | - (t *)(p) + p | - (t *)(&a) + &a ) Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions