[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <486sDp3hCcz9sSG@ozlabs.org>
Date: Wed, 29 Jan 2020 16:17:30 +1100 (AEDT)
From: Michael Ellerman <patch-notifications@...erman.id.au>
To: Julia Lawall <Julia.Lawall@...ia.fr>, Scott Wood <oss@...error.net>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Paul Mackerras <paulus@...ba.org>,
linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH 05/10] powerpc/83xx: use resource_size
On Wed, 2020-01-01 at 17:49:45 UTC, Julia Lawall wrote:
> Use resource_size rather than a verbose computation on
> the end and start fields.
>
> The semantic patch that makes this change is as follows:
> (http://coccinelle.lip6.fr/)
>
> <smpl>
> @@ struct resource ptr; @@
> - (ptr.end - ptr.start + 1)
> + resource_size(&ptr)
> </smpl>
>
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/bfbe37f0ce994e7a9945653d7624fadc5c500a9f
cheers
Powered by blists - more mailing lists