All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] intel_iommu:  Fix typo in comments
@ 2021-07-30  1:49 Cai Huoqing
  2021-07-30 13:27 ` Philippe Mathieu-Daudé
  2021-07-30 13:44 ` Peter Xu
  0 siblings, 2 replies; 4+ messages in thread
From: Cai Huoqing @ 2021-07-30  1:49 UTC (permalink / raw)
  To: mst, peterx, jasowang; +Cc: Cai Huoqing, qemu-devel

Fix typo:
*Unknwon  ==> Unknown
*futher  ==> further
*configed  ==> configured

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 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/hw/i386/intel_iommu.c
+++ b/hw/i386/intel_iommu.c
@@ -679,7 +679,7 @@ static inline bool vtd_pe_type_check(X86IOMMUState *x86_iommu,
         }
         break;
     default:
-        /* Unknwon type */
+        /* Unknown type */
         return false;
     }
     return true;
@@ -692,7 +692,7 @@ static inline bool vtd_pdire_present(VTDPASIDDirEntry *pdire)
 
 /**
  * Caller of this function should check present bit if wants
- * to use pdir entry for futher usage except for fpd bit check.
+ * to use pdir entry for further usage except for fpd bit check.
  */
 static int vtd_get_pdire_from_pdir_table(dma_addr_t pasid_dir_base,
                                          uint32_t pasid,
@@ -746,7 +746,7 @@ static int vtd_get_pe_in_pasid_leaf_table(IntelIOMMUState *s,
 
 /**
  * Caller of this function should check present bit if wants
- * to use pasid entry for futher usage except for fpd bit check.
+ * to use pasid entry for further usage except for fpd bit check.
  */
 static int vtd_get_pe_from_pdire(IntelIOMMUState *s,
                                  uint32_t pasid,
@@ -1507,7 +1507,7 @@ static int vtd_sync_shadow_page_table(VTDAddressSpace *vtd_as)
 }
 
 /*
- * Check if specific device is configed to bypass address
+ * Check if specific device is configured to bypass address
  * translation for DMA requests. In Scalable Mode, bypass
  * 1st-level translation or 2nd-level translation, it depends
  * on PGTT setting.
-- 
2.25.1



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

* Re: [PATCH] intel_iommu: Fix typo in comments
  2021-07-30  1:49 [PATCH] intel_iommu: Fix typo in comments Cai Huoqing
@ 2021-07-30 13:27 ` Philippe Mathieu-Daudé
  2021-09-16  9:55   ` Laurent Vivier
  2021-07-30 13:44 ` Peter Xu
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-07-30 13:27 UTC (permalink / raw)
  To: Cai Huoqing, mst, peterx, jasowang; +Cc: QEMU Trivial, qemu-devel

On 7/30/21 3:49 AM, Cai Huoqing wrote:
> Fix typo:
> *Unknwon  ==> Unknown
> *futher  ==> further
> *configed  ==> configured
> 
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
> ---
>  hw/i386/intel_iommu.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



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

* Re: [PATCH] intel_iommu:  Fix typo in comments
  2021-07-30  1:49 [PATCH] intel_iommu: Fix typo in comments Cai Huoqing
  2021-07-30 13:27 ` Philippe Mathieu-Daudé
@ 2021-07-30 13:44 ` Peter Xu
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Xu @ 2021-07-30 13:44 UTC (permalink / raw)
  To: Cai Huoqing; +Cc: jasowang, qemu-devel, mst

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 <caihuoqing@baidu.com>

Acked-by: Peter Xu <peterx@redhat.com>

-- 
Peter Xu



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

* Re: [PATCH] intel_iommu: Fix typo in comments
  2021-07-30 13:27 ` Philippe Mathieu-Daudé
@ 2021-09-16  9:55   ` Laurent Vivier
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2021-09-16  9:55 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Cai Huoqing, mst, peterx, jasowang
  Cc: QEMU Trivial, qemu-devel

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 <caihuoqing@baidu.com>
>> ---
>>  hw/i386/intel_iommu.c | 8 ++++----
>>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> 
> 
Applied to my trivial-patches branch.

Thanks,
Laurent


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

end of thread, other threads:[~2021-09-16 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30  1:49 [PATCH] intel_iommu: Fix typo in comments Cai Huoqing
2021-07-30 13:27 ` Philippe Mathieu-Daudé
2021-09-16  9:55   ` Laurent Vivier
2021-07-30 13:44 ` Peter Xu

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.