[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f8a78032-cef4-d37c-19c6-4ac3c17b5f51@ti.com>
Date: Mon, 8 Jan 2018 10:25:57 -0600
From: "Andrew F. Davis" <afd@...com>
To: Mark Brown <broonie@...nel.org>
CC: <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/3] regcache: flat: Use cache element type in sizeof
On 01/08/2018 05:59 AM, Mark Brown wrote:
> On Sun, Jan 07, 2018 at 05:22:32PM -0600, Andrew F. Davis wrote:
>> A single cache element may not always be unsigned int, use a
>> cache element in sizeof over hard-coding its type.
>
> A cache element is *always* unsigned int. What you mean to say here is
> that this helps if in future someone changes the code to use a different
> type, it's not fixing a memory corruption problem that exists now which
> is what your commit message suggests.
>
Right, will re-word.
Powered by blists - more mailing lists