aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu-v3.c
diff options
context:
space:
mode:
authorJohn Garry <john.garry@huawei.com>2020-06-23 01:28:37 +0800
committerWill Deacon <will@kernel.org>2020-07-16 11:32:34 +0100
commit49fbb25030265c660de732513f18275d88ff99d3 (patch)
treedf211b6a88ba3debee670642a213f0d40ff1106c /drivers/iommu/arm-smmu-v3.c
parentdt-bindings: arm-smmu: add compatible string for Marvell Armada-AP806 SMMU-500 (diff)
downloadlinux-dev-49fbb25030265c660de732513f18275d88ff99d3.tar.xz
linux-dev-49fbb25030265c660de732513f18275d88ff99d3.zip
iommu/arm-smmu-v3: Fix trivial typo
Set "cmq" -> "cmdq". Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/iommu/arm-smmu-v3.c')
-rw-r--r--drivers/iommu/arm-smmu-v3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c
index f578677a5c41..a8e814c652fe 100644
--- a/drivers/iommu/arm-smmu-v3.c
+++ b/drivers/iommu/arm-smmu-v3.c
@@ -1479,7 +1479,7 @@ static int arm_smmu_cmdq_issue_cmdlist(struct arm_smmu_device *smmu,
}
/*
- * Try to unlock the cmq lock. This will fail if we're the last
+ * Try to unlock the cmdq lock. This will fail if we're the last
* reader, in which case we can safely update cmdq->q.llq.cons
*/
if (!arm_smmu_cmdq_shared_tryunlock(cmdq)) {