[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8295f702-2c3f-1fa3-0a4e-ebb51d5b03ee@linaro.org>
Date: Fri, 31 May 2019 17:25:54 -0500
From: Alex Elder <elder@...aro.org>
To: David Miller <davem@...emloft.net>
Cc: arnd@...db.de, bjorn.andersson@...aro.org,
ilias.apalodimas@...aro.org, evgreen@...omium.org,
benchan@...gle.com, ejcaruso@...gle.com, cpratapa@...eaurora.org,
syadagir@...eaurora.org, subashab@...eaurora.org,
abhishek.esse@...il.com, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-soc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v2 03/17] soc: qcom: ipa: main code
On 5/31/19 4:50 PM, David Miller wrote:
> From: Alex Elder <elder@...aro.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 *".
Good idea. I hadn't paid attention to that. These tables are
arrays of 64-bit addresses so it's better to represent them that
way.
Thanks.
-Alex
Powered by blists - more mailing lists