[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.2005081237210.5307@hadrien>
Date: Fri, 8 May 2020 12:40:08 +0200 (CEST)
From: Julia Lawall <julia.lawall@...ia.fr>
To: Jeremy Kerr <jk@...abs.org>
cc: kernel-janitors@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Nic Volanschi <eugene.volanschi@...ia.fr>
Subject: Re: [PATCH] powerpc/spufs: adjust list element pointer type
On Fri, 8 May 2020, Jeremy Kerr wrote:
> Hi Julia,
>
> > Other uses of &gang->aff_list_head, eg in spufs_assert_affinity, indicate
> > that the list elements have type spu_context, not spu as used here. Change
> > the type of tmp accordingly.
>
> Looks good to me; we could even use ctx there, rather than the separate
> tmp variable.
I thought about that, but it seemed a little bit abusive, since ctx is
used in an iteration over another list. But if you prefer that I can
change it.
julia
>
> Reviewed-by: Jeremy Kerr <jk@...abs.org>
>
> Cheers,
>
>
> Jeremy
>
>
Powered by blists - more mailing lists