Skip to content
Snippets Groups Projects
Commit 4db35314 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'


These are traditionally named 'page', but even more traditionally, that name
is reserved for variables that point to a 'struct page'.  Rename them to 'sp'
(for "shadow page").

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 1d28f5f4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment