aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-08-17 15:50:07 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-08-17 16:20:33 -0700
commit1e9264192961aa519595170aa8b0f7651a2ad28e (patch)
tree2f4779564aaeb410d8645beb86962c7415561ab2 /scripts
parentfs/userfaultfd.c: remove redundant pointer uwq (diff)
downloadlinux-dev-1e9264192961aa519595170aa8b0f7651a2ad28e.tar.xz
linux-dev-1e9264192961aa519595170aa8b0f7651a2ad28e.zip
mm/hmm.c: remove unused variables align_start and align_end
Variables align_start and align_end are being assigned but are never used hence they are redundant and can be removed. Cleans up clang warnings: warning: variable 'align_start' set but not used [-Wunused-but-set-variable] warning: variable 'align_size' set but not used [-Wunused-but-set-variable] Link: http://lkml.kernel.org/r/20180714161124.3923-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.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 'scripts')
0 files changed, 0 insertions, 0 deletions