[PATCH v2] KVM: PPC: BookE: Fix W=1 warnings
Michael Ellerman
patch-notifications at ellerman.id.au
Thu Apr 6 10:34:29 AEST 2023
On Mon, 03 Apr 2023 14:53:14 +1000, Michael Ellerman wrote:
> Fix various W=1 warnings in booke.c:
>
> arch/powerpc/kvm/booke.c:1008:5: error: no previous prototype for ‘kvmppc_handle_exit’ [-Werror=missing-prototypes]
> 1008 | int kvmppc_handle_exit(struct kvm_vcpu *vcpu, unsigned int exit_nr)
> | ^~~~~~~~~~~~~~~~~~
> arch/powerpc/kvm/booke.c:1009: warning: Function parameter or member 'vcpu' not described in 'kvmppc_handle_exit'
> arch/powerpc/kvm/booke.c:1009: warning: Function parameter or member 'exit_nr' not described in 'kvmppc_handle_exit'
>
> [...]
Applied to powerpc/topic/ppc-kvm.
[1/1] KVM: PPC: BookE: Fix W=1 warnings
https://git.kernel.org/powerpc/c/43d05c6123ca1ace5982ca326c156502e735b7d5
cheers
More information about the Linuxppc-dev
mailing list