diff options
author | Julia Lawall <[email protected]> | 2020-01-01 18:49:50 +0100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2020-01-07 22:04:40 +1100 |
commit | 552aa086944a9aeabd599892007c2c7faedb894e (patch) | |
tree | bae1d9e1afefc4194e4e01e16d2056799d3be007 /arch/powerpc/include/asm/page.h | |
parent | bfbe37f0ce994e7a9945653d7624fadc5c500a9f (diff) |
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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/powerpc/include/asm/page.h')
0 files changed, 0 insertions, 0 deletions