From: Alex Elder <el...@linaro.org>
Date: Thu, 30 May 2019 22:53:34 -0500

> +     void *route_virt;
 ...
> +     void *filter_virt;
 ...

If these are arrays of u64's, please declare them as "u64 *" instead of
the opaque "void *".

Reply via email to