aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2014-03-25 04:30:32 +0000
committerJeff Kirsher <[email protected]>2014-03-31 15:48:02 -0700
commitb58f2f72797cf45f0e6867f671ff42128b84834b (patch)
tree279dce62687e5e8ae4480ec4e32b619ca2e73bdb /lib/cpu-notifier-error-inject.c
parente3e3bfdd1d2ad4ac2020e681f3cb1e172f343810 (diff)
i40e/i40evf: Remove addressof casts to same type
Using addressof then casting to the original type is pointless, so remove these unnecessary casts. Done via coccinelle script: $ cat typecast.cocci @@ type T; T foo; @@ - (T *)&foo + &foo Signed-off-by: Joe Perches <[email protected]> Tested-by: Kavindya Deegala <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions