[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <170144728224.840084.5797440525158883360.b4-ty@google.com>
Date: Fri, 1 Dec 2023 15:30:33 -0800
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>,
Like Xu <like.xu.linux@...il.com>
Cc: Paolo Bonzini <pbonzini@...hat.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
On Sat, 07 Oct 2023 14:40:19 +0800, Like Xu wrote:
> The requested info will be stored in 'guest_xsave->region' referenced by
> the incoming pointer "struct kvm_xsave *guest_xsave", thus there is no need
> to explicitly use return void expression for a void function "static void
> kvm_vcpu_ioctl_x86_get_xsave(...)". The issue is caught with [-Wpedantic].
>
>
Applied to kvm-x86 fixes, thanks!
[1/1] KVM: x86/xsave: Remove 'return void' expression for 'void function'
https://github.com/kvm-x86/linux/commit/ef8d89033c3f
--
https://github.com/kvm-x86/linux/tree/next
Powered by blists - more mailing lists