commit | 167a47c5207fdfbe633cf54518c0291c88d0d97f | [log] [tgz] |
---|---|---|
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | Thu Oct 15 00:20:03 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 16 22:22:26 2015 -0700 |
tree | b70ff3dc9789b93f9586844407e32d78dee59312 | |
parent | 9581bada1f64003fd8cc7bc6cad3f0643877b439 [diff] |
staging: lustre: osc: Remove useless cast on void pointer The semantic patch used to find this is: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>