diff options
author | John Garry <john.garry@huawei.com> | 2018-08-17 11:42:22 -0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2018-10-01 08:01:29 -0400 |
commit | 657135f3108122556c3cf60a78c6f0e76aeb60e6 (patch) | |
tree | 04ca2242220f6835ec88c719a63ac70b5caa2fa6 | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
iommu/arm-smmu-v3: Fix a couple of minor comment typos
Fix some comment typos spotted.
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r-- | drivers/iommu/arm-smmu-v3.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index 5059d09f3202..feef1226f705 100644 --- a/drivers/iommu/arm-smmu-v3.c +++ b/drivers/iommu/arm-smmu-v3.c | |||
@@ -708,7 +708,7 @@ static void queue_inc_prod(struct arm_smmu_queue *q) | |||
708 | } | 708 | } |
709 | 709 | ||
710 | /* | 710 | /* |
711 | * Wait for the SMMU to consume items. If drain is true, wait until the queue | 711 | * Wait for the SMMU to consume items. If sync is true, wait until the queue |
712 | * is empty. Otherwise, wait until there is at least one free slot. | 712 | * is empty. Otherwise, wait until there is at least one free slot. |
713 | */ | 713 | */ |
714 | static int queue_poll_cons(struct arm_smmu_queue *q, bool sync, bool wfe) | 714 | static int queue_poll_cons(struct arm_smmu_queue *q, bool sync, bool wfe) |
@@ -2353,8 +2353,8 @@ static int arm_smmu_setup_irqs(struct arm_smmu_device *smmu) | |||
2353 | irq = smmu->combined_irq; | 2353 | irq = smmu->combined_irq; |
2354 | if (irq) { | 2354 | if (irq) { |
2355 | /* | 2355 | /* |
2356 | * Cavium ThunderX2 implementation doesn't not support unique | 2356 | * Cavium ThunderX2 implementation doesn't support unique irq |
2357 | * irq lines. Use single irq line for all the SMMUv3 interrupts. | 2357 | * lines. Use a single irq line for all the SMMUv3 interrupts. |
2358 | */ | 2358 | */ |
2359 | ret = devm_request_threaded_irq(smmu->dev, irq, | 2359 | ret = devm_request_threaded_irq(smmu->dev, irq, |
2360 | arm_smmu_combined_irq_handler, | 2360 | arm_smmu_combined_irq_handler, |