projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e85e84d
)
iommu/arm-smmu-v3: Fix trivial typo
author
John Garry
<john.garry@huawei.com>
Mon, 22 Jun 2020 17:28:37 +0000
(
01:28
+0800)
committer
Will Deacon
<will@kernel.org>
Thu, 16 Jul 2020 10:32:34 +0000
(11:32 +0100)
Set "cmq" -> "cmdq".
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm-smmu-v3.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/arm-smmu-v3.c
b/drivers/iommu/arm-smmu-v3.c
index f578677a5c41437fd9ee367359838f1aea89a308..a8e814c652fe6746ae41f2305e6324cccd74fe68 100644
(file)
--- 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 cm
d
q 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)) {