summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitao Hou <houweitaoo@gmail.com>2019-05-20 01:09:48 -0400
committerJoerg Roedel <jroedel@suse.de>2019-05-28 09:40:27 -0400
commitf34e1176df34b87e88eb65cd730255c913f92f8c (patch)
tree71ccfb7c658c7b580159d357c659170e2b65520e
parentdf4f3c603aeb6dd40b74b93bf2db6d9c3213d4e1 (diff)
iommu/vt-d: Fix typo in SVM code comment
Fix 'acccess' to 'access'. Signed-off-by: Weitao Hou <houweitaoo@gmail.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r--include/linux/intel-svm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/intel-svm.h b/include/linux/intel-svm.h
index e3f76315ca4d..8dfead70699c 100644
--- a/include/linux/intel-svm.h
+++ b/include/linux/intel-svm.h
@@ -57,7 +57,7 @@ struct svm_dev_ops {
57 57
58/** 58/**
59 * intel_svm_bind_mm() - Bind the current process to a PASID 59 * intel_svm_bind_mm() - Bind the current process to a PASID
60 * @dev: Device to be granted acccess 60 * @dev: Device to be granted access
61 * @pasid: Address for allocated PASID 61 * @pasid: Address for allocated PASID
62 * @flags: Flags. Later for requesting supervisor mode, etc. 62 * @flags: Flags. Later for requesting supervisor mode, etc.
63 * @ops: Callbacks to device driver 63 * @ops: Callbacks to device driver