All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings
@ 2020-09-15  7:21 ` Tian Tao
  0 siblings, 0 replies; 6+ messages in thread
From: Tian Tao @ 2020-09-15  7:21 UTC (permalink / raw)
  To: maz, james.morse, julien.thierry.kdev, suzuki.poulose,
	catalin.marinas, will, linux-arm-kernel, kvmarm
  Cc: linuxarm

Fix kernel-doc warnings.
arch/arm64/kvm/inject_fault.c:210: warning: Function parameter or member
'vcpu' not described in 'kvm_inject_undefined'

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 arch/arm64/kvm/inject_fault.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/kvm/inject_fault.c b/arch/arm64/kvm/inject_fault.c
index ebfdfc2..c90d144 100644
--- a/arch/arm64/kvm/inject_fault.c
+++ b/arch/arm64/kvm/inject_fault.c
@@ -202,6 +202,7 @@ void kvm_inject_pabt(struct kvm_vcpu *vcpu, unsigned long addr)
 
 /**
  * kvm_inject_undefined - inject an undefined instruction into the guest
+ * @vcpu: The VCPU to receive the undefined instruction
  *
  * It is assumed that this code is called from the VCPU thread and that the
  * VCPU therefore is not currently executing guest code.
-- 
2.7.4

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings
@ 2020-09-15  7:21 ` Tian Tao
  0 siblings, 0 replies; 6+ messages in thread
From: Tian Tao @ 2020-09-15  7:21 UTC (permalink / raw)
  To: maz, james.morse, julien.thierry.kdev, suzuki.poulose,
	catalin.marinas, will, linux-arm-kernel, kvmarm
  Cc: linuxarm

Fix kernel-doc warnings.
arch/arm64/kvm/inject_fault.c:210: warning: Function parameter or member
'vcpu' not described in 'kvm_inject_undefined'

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 arch/arm64/kvm/inject_fault.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/kvm/inject_fault.c b/arch/arm64/kvm/inject_fault.c
index ebfdfc2..c90d144 100644
--- a/arch/arm64/kvm/inject_fault.c
+++ b/arch/arm64/kvm/inject_fault.c
@@ -202,6 +202,7 @@ void kvm_inject_pabt(struct kvm_vcpu *vcpu, unsigned long addr)
 
 /**
  * kvm_inject_undefined - inject an undefined instruction into the guest
+ * @vcpu: The VCPU to receive the undefined instruction
  *
  * It is assumed that this code is called from the VCPU thread and that the
  * VCPU therefore is not currently executing guest code.
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings
  2020-09-15  7:21 ` Tian Tao
@ 2020-09-18 13:39   ` Will Deacon
  -1 siblings, 0 replies; 6+ messages in thread
From: Will Deacon @ 2020-09-18 13:39 UTC (permalink / raw)
  To: Tian Tao; +Cc: maz, linuxarm, catalin.marinas, kvmarm, linux-arm-kernel

On Tue, Sep 15, 2020 at 03:21:52PM +0800, Tian Tao wrote:
> Fix kernel-doc warnings.
> arch/arm64/kvm/inject_fault.c:210: warning: Function parameter or member
> 'vcpu' not described in 'kvm_inject_undefined'
> 
> Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
> ---
>  arch/arm64/kvm/inject_fault.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/kvm/inject_fault.c b/arch/arm64/kvm/inject_fault.c
> index ebfdfc2..c90d144 100644
> --- a/arch/arm64/kvm/inject_fault.c
> +++ b/arch/arm64/kvm/inject_fault.c
> @@ -202,6 +202,7 @@ void kvm_inject_pabt(struct kvm_vcpu *vcpu, unsigned long addr)
>  
>  /**
>   * kvm_inject_undefined - inject an undefined instruction into the guest
> + * @vcpu: The VCPU to receive the undefined instruction

Better as "The vCPU in which to inject the exception"

With that:

Acked-by: Will Deacon <will@kernel.org>

Will
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings
@ 2020-09-18 13:39   ` Will Deacon
  0 siblings, 0 replies; 6+ messages in thread
From: Will Deacon @ 2020-09-18 13:39 UTC (permalink / raw)
  To: Tian Tao
  Cc: suzuki.poulose, maz, linuxarm, james.morse, julien.thierry.kdev,
	catalin.marinas, kvmarm, linux-arm-kernel

On Tue, Sep 15, 2020 at 03:21:52PM +0800, Tian Tao wrote:
> Fix kernel-doc warnings.
> arch/arm64/kvm/inject_fault.c:210: warning: Function parameter or member
> 'vcpu' not described in 'kvm_inject_undefined'
> 
> Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
> ---
>  arch/arm64/kvm/inject_fault.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/kvm/inject_fault.c b/arch/arm64/kvm/inject_fault.c
> index ebfdfc2..c90d144 100644
> --- a/arch/arm64/kvm/inject_fault.c
> +++ b/arch/arm64/kvm/inject_fault.c
> @@ -202,6 +202,7 @@ void kvm_inject_pabt(struct kvm_vcpu *vcpu, unsigned long addr)
>  
>  /**
>   * kvm_inject_undefined - inject an undefined instruction into the guest
> + * @vcpu: The VCPU to receive the undefined instruction

Better as "The vCPU in which to inject the exception"

With that:

Acked-by: Will Deacon <will@kernel.org>

Will

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings
  2020-09-15  7:21 ` Tian Tao
@ 2020-09-18 15:57   ` Marc Zyngier
  -1 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2020-09-18 15:57 UTC (permalink / raw)
  To: linux-arm-kernel, Alexandru Elisei, kvmarm, julien.thierry.kdev,
	Tian Tao, suzuki.poulose, james.morse, will, catalin.marinas
  Cc: linuxarm

On Tue, 15 Sep 2020 15:21:52 +0800, Tian Tao wrote:
> Fix kernel-doc warnings.
> arch/arm64/kvm/inject_fault.c:210: warning: Function parameter or member
> 'vcpu' not described in 'kvm_inject_undefined'

Applied to next, thanks!

[1/1] KVM: arm64: Fix inject_fault.c kernel-doc warnings
      commit: 8a4374f97deefb36f927c608af63dcc925521b3c

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.


_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings
@ 2020-09-18 15:57   ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2020-09-18 15:57 UTC (permalink / raw)
  To: linux-arm-kernel, Alexandru Elisei, kvmarm, julien.thierry.kdev,
	Tian Tao, suzuki.poulose, james.morse, will, catalin.marinas
  Cc: linuxarm

On Tue, 15 Sep 2020 15:21:52 +0800, Tian Tao wrote:
> Fix kernel-doc warnings.
> arch/arm64/kvm/inject_fault.c:210: warning: Function parameter or member
> 'vcpu' not described in 'kvm_inject_undefined'

Applied to next, thanks!

[1/1] KVM: arm64: Fix inject_fault.c kernel-doc warnings
      commit: 8a4374f97deefb36f927c608af63dcc925521b3c

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-18 15:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15  7:21 [PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings Tian Tao
2020-09-15  7:21 ` Tian Tao
2020-09-18 13:39 ` Will Deacon
2020-09-18 13:39   ` Will Deacon
2020-09-18 15:57 ` Marc Zyngier
2020-09-18 15:57   ` Marc Zyngier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.