From: Weitao Hou Date: Mon, 20 May 2019 05:09:48 +0000 (+0800) Subject: iommu/vt-d: Fix typo in SVM code comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f34e1176df34b87e88eb65cd730255c913f92f8c;p=linux.git iommu/vt-d: Fix typo in SVM code comment Fix 'acccess' to 'access'. Signed-off-by: Weitao Hou Signed-off-by: Joerg Roedel --- diff --git a/include/linux/intel-svm.h b/include/linux/intel-svm.h index e3f76315ca4d9..8dfead70699cc 100644 --- a/include/linux/intel-svm.h +++ b/include/linux/intel-svm.h @@ -57,7 +57,7 @@ struct svm_dev_ops { /** * intel_svm_bind_mm() - Bind the current process to a PASID - * @dev: Device to be granted acccess + * @dev: Device to be granted access * @pasid: Address for allocated PASID * @flags: Flags. Later for requesting supervisor mode, etc. * @ops: Callbacks to device driver