Skip to content

Commit

Permalink
KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
Browse files Browse the repository at this point in the history
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: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent 1d28f5f commit 4db3531
Showing 1 changed file with 146 additions and 154 deletions.
Loading

0 comments on commit 4db3531

Please sign in to comment.