Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1336089 > unrolled thread

[PATCH] eCryptfs: fix typos in comment

Started byWei Yuan <weiyuan.wei@huawei.com>
First post2016-02-17 08:00 +0100
Last post2016-02-17 16:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] eCryptfs: fix typos in comment Wei Yuan <weiyuan.wei@huawei.com> - 2016-02-17 08:00 +0100
    Re: [PATCH] eCryptfs: fix typos in comment Tyler Hicks <tyhicks@canonical.com> - 2016-02-17 16:40 +0100

#1336089 — [PATCH] eCryptfs: fix typos in comment

FromWei Yuan <weiyuan.wei@huawei.com>
Date2016-02-17 08:00 +0100
Subject[PATCH] eCryptfs: fix typos in comment
Message-ID<r34fE-2FN-13@gated-at.bofh.it>
Signed-off-by: Weiyuan <weiyuan.wei@huawei.com>
---
 fs/ecryptfs/crypto.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
index 80d6901..d47a7d4 100644
--- a/fs/ecryptfs/crypto.c
+++ b/fs/ecryptfs/crypto.c
@@ -44,7 +44,7 @@
  * ecryptfs_to_hex
  * @dst: Buffer to take hex character representation of contents of
  *       src; must be at least of size (src_size * 2)
- * @src: Buffer to be converted to a hex string respresentation
+ * @src: Buffer to be converted to a hex string representation
  * @src_size: number of bytes to convert
  */
 void ecryptfs_to_hex(char *dst, char *src, size_t src_size)
@@ -59,7 +59,7 @@ void ecryptfs_to_hex(char *dst, char *src, size_t src_size)
  * ecryptfs_from_hex
  * @dst: Buffer to take the bytes from src hex; must be at least of
  *       size (src_size / 2)
- * @src: Buffer to be converted from a hex string respresentation to raw value
+ * @src: Buffer to be converted from a hex string representation to raw value
  * @dst_size: size of dst buffer, or number of hex characters pairs to convert
  */
 void ecryptfs_from_hex(char *dst, char *src, int dst_size)
-- 
2.1.0

[toc] | [next] | [standalone]


#1336522

FromTyler Hicks <tyhicks@canonical.com>
Date2016-02-17 16:40 +0100
Message-ID<r3cmS-8kt-9@gated-at.bofh.it>
In reply to#1336089

[Multipart message — attachments visible in raw view] — view raw

Thanks for the patch. It'll probably hang around in my tree until I have
a more pressing fix to send up.

Tyler

On 2016-02-17 14:50:10, Wei Yuan wrote:
> Signed-off-by: Weiyuan <weiyuan.wei@huawei.com>
> ---
>  fs/ecryptfs/crypto.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
> index 80d6901..d47a7d4 100644
> --- a/fs/ecryptfs/crypto.c
> +++ b/fs/ecryptfs/crypto.c
> @@ -44,7 +44,7 @@
>   * ecryptfs_to_hex
>   * @dst: Buffer to take hex character representation of contents of
>   *       src; must be at least of size (src_size * 2)
> - * @src: Buffer to be converted to a hex string respresentation
> + * @src: Buffer to be converted to a hex string representation
>   * @src_size: number of bytes to convert
>   */
>  void ecryptfs_to_hex(char *dst, char *src, size_t src_size)
> @@ -59,7 +59,7 @@ void ecryptfs_to_hex(char *dst, char *src, size_t src_size)
>   * ecryptfs_from_hex
>   * @dst: Buffer to take the bytes from src hex; must be at least of
>   *       size (src_size / 2)
> - * @src: Buffer to be converted from a hex string respresentation to raw value
> + * @src: Buffer to be converted from a hex string representation to raw value
>   * @dst_size: size of dst buffer, or number of hex characters pairs to convert
>   */
>  void ecryptfs_from_hex(char *dst, char *src, int dst_size)
> -- 
> 2.1.0
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web