2019-05-20 06:02:48

by Weitao Hou

[permalink] [raw]
Subject: [PATCH] intel-svm: fix typos in code comments

fix acccess to access

Signed-off-by: Weitao Hou <[email protected]>
---
include/linux/intel-svm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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 {

/**
* 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
--
2.18.0



2019-05-28 13:43:56

by Jörg Rödel

[permalink] [raw]
Subject: Re: [PATCH] intel-svm: fix typos in code comments

On Mon, May 20, 2019 at 01:09:48PM +0800, Weitao Hou wrote:
> fix acccess to access
>
> Signed-off-by: Weitao Hou <[email protected]>
> ---
> include/linux/intel-svm.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.