diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-15 17:38:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-11-15 18:21:07 -0800 |
commit | fec11bc0396bbd82b152e6ce9a47483ffd69462a (patch) | |
tree | 9afa48f397045d3a2db38d7b03ddb35ae7a57bde /arch | |
parent | 5b568acc3c2328f7d8da3cb03b4ef343f93545c6 (diff) | |
download | linux-fec11bc0396bbd82b152e6ce9a47483ffd69462a.tar.bz2 |
mm/hmm: remove redundant variable align_end
Variable align_end is assigned a value but it is never read, so the
variable is redundant and can be removed. Cleans up the clang warning:
Value stored to 'align_end' is never read
Link: http://lkml.kernel.org/r/20171017143837.23207-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Jérôme Glisse <jglisse@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions