diff options
author | Yang Fan <nullptr.cpp@gmail.com> | 2019-03-05 15:46:16 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-05 21:07:17 -0800 |
commit | 43cca0b1c51f7432d82e4fdb545c2a03606da149 (patch) | |
tree | ff2ca4ecc9141b984bc1c59af97b84543087df74 /lib/Kconfig.debug | |
parent | bbbe48029720d2c6b6733f78d02571a281511adb (diff) | |
download | linux-43cca0b1c51f7432d82e4fdb545c2a03606da149.tar.gz linux-43cca0b1c51f7432d82e4fdb545c2a03606da149.tar.bz2 linux-43cca0b1c51f7432d82e4fdb545c2a03606da149.zip |
mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()
The variable 'addr' is redundant in arch_get_unmapped_area_topdown(),
just use parameter 'addr0' directly. Then remove the const qualifier of
the parameter, and change its name to 'addr'.
And in according with other functions, remove the const qualifier of all
other no-pointer parameters in function arch_get_unmapped_area_topdown().
Link: http://lkml.kernel.org/r/20190127041112.25599-1-nullptr.cpp@gmail.com
Signed-off-by: Yang Fan <nullptr.cpp@gmail.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Cc: William Kucharski <william.kucharski@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions