summaryrefslogtreecommitdiff
path: root/curvetun_mgmt.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-11curvetun_mgmt: consolidate the two mgmt include files into oneDaniel Borkmann1-0/+7
authorNeeraj Upadhyay <neeraju@codeaurora.org>2016-10-21 14:28:46 +0530
committerWill Deacon <will.deacon@arm.com>2016-10-26 18:22:42 +0100
commit3fa72fe9c614717d22ae75b84d45f41da65c10fe (patch)
treefebef313ca7c88de2ed87d76520aa9be94654cca
parent3f7a09f44e5ef8a2629842f2d22892114e603fc1 (diff)
arm64: mm: fix __page_to_voff definition
Fix parameter name for __page_to_voff, to match its definition. At present, we don't see any issue, as page_to_virt's caller declares 'page'. Fixes: 9f2875912dac ("arm64: mm: restrict virt_to_page() to the linear mapping") Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat