Messages in this thread |  | | Date | Fri, 10 Jan 2020 11:36:06 -0800 | From | Paul Burton <> | Subject | Re: [PATCH 08/10] MIPS: use resource_size |
| |
Hello,
Julia Lawall wrote: > Use resource_size rather than a verbose computation on > the end and start fields. > > The semantic patch that makes these changes is as follows: > (http://coccinelle.lip6.fr/) > > <smpl> > @@ struct resource ptr; @@ > - (ptr.end - ptr.start + 1) > + resource_size(&ptr) > </smpl>
Applied to mips-next.
> commit ecb983790fe8 > https://git.kernel.org/mips/c/ecb983790fe8 > > Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> > Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > Signed-off-by: Paul Burton <paulburton@kernel.org>
Thanks, Paul
[ This message was auto-generated; if you believe anything is incorrect then please email paulburton@kernel.org to report it. ]
|  |