[PATCH] binderfs: fix typo in binderfs.c

Kuan-Wei Chiu posted 1 patch 2 years, 3 months ago
drivers/android/binderfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] binderfs: fix typo in binderfs.c
Posted by Kuan-Wei Chiu 2 years, 3 months ago
The word "wich"
was corrected to "which" for spelling accuracy.

Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
---
 drivers/android/binderfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c
index 81effec17b3d..ae2a8413ec12 100644
--- a/drivers/android/binderfs.c
+++ b/drivers/android/binderfs.c
@@ -93,7 +93,7 @@ bool is_binderfs_device(const struct inode *inode)
 /**
  * binderfs_binder_device_create - allocate inode from super block of a
  *                                 binderfs mount
- * @ref_inode: inode from wich the super block will be taken
+ * @ref_inode: inode from which the super block will be taken
  * @userp:     buffer to copy information about new device for userspace to
  * @req:       struct binderfs_device as copied from userspace
  *
-- 
2.25.1
Re: [PATCH] binderfs: fix typo in binderfs.c
Posted by Carlos Llamas 2 years, 3 months ago
On Mon, Sep 04, 2023 at 04:42:50AM +0800, Kuan-Wei Chiu wrote:
> The word "wich"
> was corrected to "which" for spelling accuracy.
> 
> Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
> ---
>  drivers/android/binderfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c
> index 81effec17b3d..ae2a8413ec12 100644
> --- a/drivers/android/binderfs.c
> +++ b/drivers/android/binderfs.c
> @@ -93,7 +93,7 @@ bool is_binderfs_device(const struct inode *inode)
>  /**
>   * binderfs_binder_device_create - allocate inode from super block of a
>   *                                 binderfs mount
> - * @ref_inode: inode from wich the super block will be taken
> + * @ref_inode: inode from which the super block will be taken
>   * @userp:     buffer to copy information about new device for userspace to
>   * @req:       struct binderfs_device as copied from userspace
>   *
> -- 
> 2.25.1
> 

Thanks,

Acked-by: Carlos Llamas <cmllamas@google.com>