summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorWei Yang <richard.weiyang@gmail.com>2018-10-27 01:07:55 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2018-10-27 02:26:34 +0300
commitd4faa40259b8524a09c1b0fcd38a446db0c0b770 (patch)
treed9fe02eaf997d41db0e0f5895e37b5e8c83e4458 /include/asm-generic
parent966cf44f637e6aeea7e3d01ba004bf8b5beac78f (diff)
downloadlinux-d4faa40259b8524a09c1b0fcd38a446db0c0b770.tar.xz
mm: remove unnecessary local variable addr in __get_user_pages_fast()
The local variable `addr' in __get_user_pages_fast() is just a shadow of `start'. Since `start' never changes after assignment to `addr', it is fine to replace `start' with it. Also the meaning of [start, end] is more obvious than [addr, end] when passed to gup_pgd_range(). Link: http://lkml.kernel.org/r/20180925021448.20265-1-richard.weiyang@gmail.com Signed-off-by: Wei Yang <richard.weiyang@gmail.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-generic')
0 files changed, 0 insertions, 0 deletions