提交 fcc22750 编写于 作者: J John Garry 提交者: Caspar Zhang

iommu/arm-smmu-v3: Fix a couple of minor comment typos

commit 657135f3108122556c3cf60a78c6f0e76aeb60e6 commit

Fix some comment typos spotted.
Signed-off-by: NJohn Garry <john.garry@huawei.com>
Signed-off-by: NWill Deacon <will.deacon@arm.com>
Signed-off-by: NZou Cao <zoucao@linux.alibaba.com>
Reviewed-by: NBaoyou Xie <xie.baoyou@linux.alibaba.com>
上级 a4926952
...@@ -718,7 +718,7 @@ static void queue_inc_prod(struct arm_smmu_queue *q) ...@@ -718,7 +718,7 @@ static void queue_inc_prod(struct arm_smmu_queue *q)
} }
/* /*
* Wait for the SMMU to consume items. If drain is true, wait until the queue * Wait for the SMMU to consume items. If sync is true, wait until the queue
* is empty. Otherwise, wait until there is at least one free slot. * is empty. Otherwise, wait until there is at least one free slot.
*/ */
static int queue_poll_cons(struct arm_smmu_queue *q, bool sync, bool wfe) static int queue_poll_cons(struct arm_smmu_queue *q, bool sync, bool wfe)
...@@ -2369,8 +2369,8 @@ static int arm_smmu_setup_irqs(struct arm_smmu_device *smmu) ...@@ -2369,8 +2369,8 @@ static int arm_smmu_setup_irqs(struct arm_smmu_device *smmu)
irq = smmu->combined_irq; irq = smmu->combined_irq;
if (irq) { if (irq) {
/* /*
* Cavium ThunderX2 implementation doesn't not support unique * Cavium ThunderX2 implementation doesn't support unique irq
* irq lines. Use single irq line for all the SMMUv3 interrupts. * lines. Use a single irq line for all the SMMUv3 interrupts.
*/ */
ret = devm_request_threaded_irq(smmu->dev, irq, ret = devm_request_threaded_irq(smmu->dev, irq,
arm_smmu_combined_irq_handler, arm_smmu_combined_irq_handler,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册