Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1184166
| From | Xiaofeng Yan <yanxiaofeng@inspur.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] Intel_irq_remapping: fix a comment error |
| Date | 2015-07-15 02:50 +0200 |
| Message-ID | <pMj3z-8mY-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: "xiaofeng.yan" <yanxiaofeng@inspur.com>
change tabke to take.
Signed-off-by: xiaofeng.yan <yanxiaofeng@inspur.com>
Reviewed-by: Jiang Liu <jiang.liu@linux.intel.com>
---
drivers/iommu/intel_irq_remapping.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/intel_irq_remapping.c b/drivers/iommu/intel_irq_remapping.c
index 5709ae9..85676d0 100644
--- a/drivers/iommu/intel_irq_remapping.c
+++ b/drivers/iommu/intel_irq_remapping.c
@@ -46,7 +46,7 @@ static struct hpet_scope ir_hpet[MAX_HPET_TBS];
* ->iommu->register_lock
* Note:
* intel_irq_remap_ops.{supported,prepare,enable,disable,reenable} are called
- * in single-threaded environment with interrupt disabled, so no need to tabke
+ * in single-threaded environment with interrupt disabled, so no need to take
* the dmar_global_lock.
*/
static DEFINE_RAW_SPINLOCK(irq_2_ir_lock);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2] Intel_irq_remapping: fix a comment error Xiaofeng Yan <yanxiaofeng@inspur.com> - 2015-07-15 02:50 +0200
csiph-web