summaryrefslogtreecommitdiff
path: root/tools/coccinelle/same_type_casting.cocci
blob: 58fd7569afedf1a904aeb1886c89053e076ae8d5 (plain)
1
2
3
4
5
6
7
@@
type T;
T *ptr;
@@

- (T *)ptr
+ ptr