summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2020-01-01 20:49:50 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2020-01-07 14:04:40 +0300
commit552aa086944a9aeabd599892007c2c7faedb894e (patch)
treebae1d9e1afefc4194e4e01e16d2056799d3be007 /scripts
parentbfbe37f0ce994e7a9945653d7624fadc5c500a9f (diff)
downloadlinux-552aa086944a9aeabd599892007c2c7faedb894e.tar.xz
powerpc/powernv: use resource_size
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> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/1577900990-8588-11-git-send-email-Julia.Lawall@inria.fr
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions