projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4f3c6
)
iommu/vt-d: Fix typo in SVM code comment
author
Weitao Hou
<houweitaoo@gmail.com>
Mon, 20 May 2019 05:09:48 +0000
(13:09 +0800)
committer
Joerg Roedel
<jroedel@suse.de>
Tue, 28 May 2019 13:40:27 +0000
(15:40 +0200)
Fix 'acccess' to 'access'.
Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
include/linux/intel-svm.h
patch
|
blob
|
history
diff --git
a/include/linux/intel-svm.h
b/include/linux/intel-svm.h
index
e3f7631
..
8dfead7
100644
(file)
--- 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 acc
c
ess
+ * @dev: Device to be granted access
* @pasid: Address for allocated PASID
* @flags: Flags. Later for requesting supervisor mode, etc.
* @ops: Callbacks to device driver