Re: [PATCH] KVM: arm64: Trival coding style fixes for all vgic-related files

2021-06-15 Thread wangyanan (Y)
On 2021/6/15 17:48, Marc Zyngier wrote: On Tue, 15 Jun 2021 04:50:19 +0100, Yanan Wang wrote: These fixes introduce no functional change but just adjustment about coding style issues for ARM64 vgic code. They mainly include identation fix of function parameters/arguments, identation fix of s

Re: [PATCH] KVM: arm64: Trival coding style fixes for all vgic-related files

2021-06-15 Thread Marc Zyngier
On Tue, 15 Jun 2021 04:50:19 +0100, Yanan Wang wrote: > > These fixes introduce no functional change but just adjustment about > coding style issues for ARM64 vgic code. They mainly include identation > fix of function parameters/arguments, identation fix of structure > initialization, identation

[PATCH] KVM: arm64: Trival coding style fixes for all vgic-related files

2021-06-14 Thread Yanan Wang
These fixes introduce no functional change but just adjustment about coding style issues for ARM64 vgic code. They mainly include identation fix of function parameters/arguments, identation fix of structure initialization, identation fix of comment, also the deletion of some superfluous space lines