ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: ecryptfs: comment typo fix
@ 2023-03-20  2:04 Zipeng Zhang
  2023-03-24 22:32 ` Tyler Hicks
  0 siblings, 1 reply; 2+ messages in thread
From: Zipeng Zhang @ 2023-03-20  2:04 UTC (permalink / raw)
  To: code; +Cc: herbert, ecryptfs, linux-kernel, Zipeng Zhang

Comment typo fix "vitual" -> "virtual".

Signed-off-by: Zipeng Zhang <zhangzipeng0@foxmail.com>
---
 fs/ecryptfs/crypto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
index c16f0d660cb7..faa901cde636 100644
--- a/fs/ecryptfs/crypto.c
+++ b/fs/ecryptfs/crypto.c
@@ -1289,7 +1289,7 @@ static int ecryptfs_read_headers_virt(char *page_virt,
 
 /**
  * ecryptfs_read_xattr_region
- * @page_virt: The vitual address into which to read the xattr data
+ * @page_virt: The virtual address into which to read the xattr data
  * @ecryptfs_inode: The eCryptfs inode
  *
  * Attempts to read the crypto metadata from the extended attribute
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: ecryptfs: comment typo fix
  2023-03-20  2:04 [PATCH] fs: ecryptfs: comment typo fix Zipeng Zhang
@ 2023-03-24 22:32 ` Tyler Hicks
  0 siblings, 0 replies; 2+ messages in thread
From: Tyler Hicks @ 2023-03-24 22:32 UTC (permalink / raw)
  To: Zipeng Zhang; +Cc: herbert, ecryptfs, linux-kernel

On 2023-03-20 10:04:28, Zipeng Zhang wrote:
> Comment typo fix "vitual" -> "virtual".
> 
> Signed-off-by: Zipeng Zhang <zhangzipeng0@foxmail.com>

Thanks. I've pushed this to the eCryptfs next branch.

Tyler

> ---
>  fs/ecryptfs/crypto.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
> index c16f0d660cb7..faa901cde636 100644
> --- a/fs/ecryptfs/crypto.c
> +++ b/fs/ecryptfs/crypto.c
> @@ -1289,7 +1289,7 @@ static int ecryptfs_read_headers_virt(char *page_virt,
>  
>  /**
>   * ecryptfs_read_xattr_region
> - * @page_virt: The vitual address into which to read the xattr data
> + * @page_virt: The virtual address into which to read the xattr data
>   * @ecryptfs_inode: The eCryptfs inode
>   *
>   * Attempts to read the crypto metadata from the extended attribute
> -- 
> 2.39.2
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-24 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20  2:04 [PATCH] fs: ecryptfs: comment typo fix Zipeng Zhang
2023-03-24 22:32 ` Tyler Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).