KVM: arm64: Remove kvm_host_data_t typedef
authorAndrew Scull <ascull@google.com>
Tue, 15 Sep 2020 10:46:27 +0000 (11:46 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 15 Sep 2020 17:39:01 +0000 (18:39 +0100)
commitd7ca1079d8ea897a8c45c9f78693972e28859056
tree6025f9b7d381fcd04420f05f58ae6973254b833a
parent6a0259ed29bba83653a36fabcdf6b06aecd78596
KVM: arm64: Remove kvm_host_data_t typedef

The kvm_host_data_t typedef is used inconsistently and goes against the
kernel's coding style. Remove it in favour of the full struct specifier.

Signed-off-by: Andrew Scull <ascull@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200915104643.2543892-4-ascull@google.com
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c