Re: [PATCH] KVM: PPC: Book3S HV:fix repeated words in comments

2022-07-24 Thread Segher Boessenkool
On Sun, Jul 24, 2022 at 01:41:37PM +0800, wangjianli wrote: > From: Jianli Wang > > Delete the redundant word 'do'. > - /* invalidate the entry (what do do on error from the above ?) */ > + /* invalidate the entry (what do on error from the above ?) */ Probably "what to do" was meant he

[PATCH] KVM: PPC: Book3S HV:fix repeated words in comments

2022-07-24 Thread wangjianli
From: Jianli Wang Delete the redundant word 'do'. Signed-off-by: Jianli Wang --- arch/powerpc/kvm/book3s_hv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c index e08fb3124dca..17d79be6077d 100644 --- a/arch/power