summaryrefslogtreecommitdiff
path: root/include/linux/pps_kernel.h
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-07-27 22:20:35 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-31 15:57:36 -0700
commit0d749519f0441144f7da53e157d11f0680c15313 (patch)
treefd496b7445af64dccf1337359a472d1898172dfe /include/linux/pps_kernel.h
parent01eb73d53070ca2c7a75c272291a79613604cd97 (diff)
Staging: lustre: Drop unnecessary cast
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/pps_kernel.h')
0 files changed, 0 insertions, 0 deletions