Re: [PATCH] intel_iommu: Fix typo in comments

2021-09-16 Thread Laurent Vivier
Le 30/07/2021 à 15:27, Philippe Mathieu-Daudé a écrit : > On 7/30/21 3:49 AM, Cai Huoqing wrote: >> Fix typo: >> *Unknwon ==> Unknown >> *futher ==> further >> *configed ==> configured >> >> Signed-off-by: Cai Huoqing >> --- >> hw/i386/intel_iommu.c | 8 >> 1 file changed, 4 insertion

Re: [PATCH] intel_iommu: Fix typo in comments

2021-07-30 Thread Peter Xu
On Fri, Jul 30, 2021 at 09:49:42AM +0800, Cai Huoqing wrote: > Fix typo: > *Unknwon ==> Unknown > *futher ==> further > *configed ==> configured > > Signed-off-by: Cai Huoqing Acked-by: Peter Xu -- Peter Xu

Re: [PATCH] intel_iommu: Fix typo in comments

2021-07-30 Thread Philippe Mathieu-Daudé
On 7/30/21 3:49 AM, Cai Huoqing wrote: > Fix typo: > *Unknwon ==> Unknown > *futher ==> further > *configed ==> configured > > Signed-off-by: Cai Huoqing > --- > hw/i386/intel_iommu.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] intel_iommu: Fix typo in comments

2021-07-29 Thread Cai Huoqing
Fix typo: *Unknwon ==> Unknown *futher ==> further *configed ==> configured Signed-off-by: Cai Huoqing --- hw/i386/intel_iommu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/i386/intel_iommu.c b/hw/i386/intel_iommu.c index 209b3f5553..75f075547f 100644 --- a/