Skip to content

Commit 49fbb25

Browse files
John Garrywilldeacon
authored andcommitted
iommu/arm-smmu-v3: Fix trivial typo
Set "cmq" -> "cmdq". Signed-off-by: John Garry <[email protected]> Signed-off-by: Will Deacon <[email protected]>
1 parent e85e84d commit 49fbb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/arm-smmu-v3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ static int arm_smmu_cmdq_issue_cmdlist(struct arm_smmu_device *smmu,
14791479
}
14801480

14811481
/*
1482-
* Try to unlock the cmq lock. This will fail if we're the last
1482+
* Try to unlock the cmdq lock. This will fail if we're the last
14831483
* reader, in which case we can safely update cmdq->q.llq.cons
14841484
*/
14851485
if (!arm_smmu_cmdq_shared_tryunlock(cmdq)) {

0 commit comments

Comments
 (0)