Skip to content

Commit

Permalink
iommu/vt-d: Fix typo in SVM code comment
Browse files Browse the repository at this point in the history
Fix 'acccess' to 'access'.

Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Weitao Hou authored and Joerg Roedel committed May 28, 2019
1 parent df4f3c6 commit f34e117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/intel-svm.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f34e117

Please sign in to comment.