Re: [PATCH] powerpc: store the intended structure

From: Julia Lawall
Date: Sun Aug 13 2017 - 10:41:58 EST




On Sun, 13 Aug 2017, Joe Perches wrote:

> On Sun, 2017-08-13 at 15:24 +0200, Julia Lawall wrote:
> > Normally the values in the resource field and the argument to ARRAY_SIZE
> > in the num_resources are the same. In this case, the value in the reousrce
> > field is the same as the one in the previous platform_device structure, and
> > appears to be a copy-paste error. Replace the value in the resource field
> > with the argument to the local call to ARRAY_SIZE.
>
> found by a script or eyeballs?

A script that was looking for something else. But I wrote a script for
this specific issue and this was the only match. I am currently checking
in a more general way.

julia