Loading
ioat/verify: do not use void* arithmetics
void* arithmetics are gcc extension. We'll be doing more complex arithmetics on those pointers soon and gcc will explode on us. Let's just keep it all compliant to the C standard. Change-Id: I9a236fc4d91ff72af1b7ac69b0ccf6b4631a6775 Signed-off-by:Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/416656 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>