KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_id
authorMarc Zyngier <marc.zyngier@arm.com>
Sun, 17 Jul 2016 11:15:19 +0000 (12:15 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 18 Jul 2016 17:15:17 +0000 (18:15 +0100)
commitb90338b7cbb7c8cad8dbd3c4de4e64180ce0d88b
treef08c54db102077143b98a8dc01fae4a41a2a1b5f
parent7e3963a51563d844fcd3bdc13e2847561b15e8de
KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_id

The nr_entries variable in vgic_its_check_device_id actually
describe the size of the L1 table, and not the number of
entries in this table.

Rename it to l1_tbl_size, so that we can now change the code
with a better understanding of what is what.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/vgic/vgic-its.c