File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ static inline bool vtd_pe_type_check(X86IOMMUState *x86_iommu,
679
679
}
680
680
break ;
681
681
default :
682
- /* Unknwon type */
682
+ /* Unknown type */
683
683
return false;
684
684
}
685
685
return true;
@@ -692,7 +692,7 @@ static inline bool vtd_pdire_present(VTDPASIDDirEntry *pdire)
692
692
693
693
/**
694
694
* Caller of this function should check present bit if wants
695
- * to use pdir entry for futher usage except for fpd bit check.
695
+ * to use pdir entry for further usage except for fpd bit check.
696
696
*/
697
697
static int vtd_get_pdire_from_pdir_table (dma_addr_t pasid_dir_base ,
698
698
uint32_t pasid ,
@@ -746,7 +746,7 @@ static int vtd_get_pe_in_pasid_leaf_table(IntelIOMMUState *s,
746
746
747
747
/**
748
748
* Caller of this function should check present bit if wants
749
- * to use pasid entry for futher usage except for fpd bit check.
749
+ * to use pasid entry for further usage except for fpd bit check.
750
750
*/
751
751
static int vtd_get_pe_from_pdire (IntelIOMMUState * s ,
752
752
uint32_t pasid ,
@@ -1507,7 +1507,7 @@ static int vtd_sync_shadow_page_table(VTDAddressSpace *vtd_as)
1507
1507
}
1508
1508
1509
1509
/*
1510
- * Check if specific device is configed to bypass address
1510
+ * Check if specific device is configured to bypass address
1511
1511
* translation for DMA requests. In Scalable Mode, bypass
1512
1512
* 1st-level translation or 2nd-level translation, it depends
1513
1513
* on PGTT setting.
You can’t perform that action at this time.
0 commit comments