Re: [PATCH V2 3/9 linux-next] udf: unicode: update function name in comments

2015-04-09 Thread Jan Kara
On Wed 08-04-15 21:23:53, Fabian Frederick wrote:
> Signed-off-by: Fabian Frederick 
  Thanks. Applied.
Honza

> ---
>  fs/udf/unicode.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c
> index e2c079a..41c3bef 100644
> --- a/fs/udf/unicode.c
> +++ b/fs/udf/unicode.c
> @@ -77,7 +77,7 @@ static void udf_build_ustr_exact(struct ustr *dest, dstring 
> *ptr, int exactsize)
>  }
>  
>  /*
> - * udf_ocu_to_utf8
> + * udf_CS0toUTF8
>   *
>   * PURPOSE
>   *   Convert OSTA Compressed Unicode to the UTF-8 equivalent.
> @@ -149,7 +149,7 @@ int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr 
> *ocu_i)
>  
>  /*
>   *
> - * udf_utf8_to_ocu
> + * udf_UTF8toCS0
>   *
>   * PURPOSE
>   *   Convert UTF-8 to the OSTA Compressed Unicode equivalent.
> -- 
> 1.9.1
> 
-- 
Jan Kara 
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH V2 3/9 linux-next] udf: unicode: update function name in comments

2015-04-09 Thread Jan Kara
On Wed 08-04-15 21:23:53, Fabian Frederick wrote:
 Signed-off-by: Fabian Frederick f...@skynet.be
  Thanks. Applied.
Honza

 ---
  fs/udf/unicode.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c
 index e2c079a..41c3bef 100644
 --- a/fs/udf/unicode.c
 +++ b/fs/udf/unicode.c
 @@ -77,7 +77,7 @@ static void udf_build_ustr_exact(struct ustr *dest, dstring 
 *ptr, int exactsize)
  }
  
  /*
 - * udf_ocu_to_utf8
 + * udf_CS0toUTF8
   *
   * PURPOSE
   *   Convert OSTA Compressed Unicode to the UTF-8 equivalent.
 @@ -149,7 +149,7 @@ int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr 
 *ocu_i)
  
  /*
   *
 - * udf_utf8_to_ocu
 + * udf_UTF8toCS0
   *
   * PURPOSE
   *   Convert UTF-8 to the OSTA Compressed Unicode equivalent.
 -- 
 1.9.1
 
-- 
Jan Kara j...@suse.cz
SUSE Labs, CR
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH V2 3/9 linux-next] udf: unicode: update function name in comments

2015-04-08 Thread Fabian Frederick
Signed-off-by: Fabian Frederick 
---
 fs/udf/unicode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c
index e2c079a..41c3bef 100644
--- a/fs/udf/unicode.c
+++ b/fs/udf/unicode.c
@@ -77,7 +77,7 @@ static void udf_build_ustr_exact(struct ustr *dest, dstring 
*ptr, int exactsize)
 }
 
 /*
- * udf_ocu_to_utf8
+ * udf_CS0toUTF8
  *
  * PURPOSE
  * Convert OSTA Compressed Unicode to the UTF-8 equivalent.
@@ -149,7 +149,7 @@ int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr 
*ocu_i)
 
 /*
  *
- * udf_utf8_to_ocu
+ * udf_UTF8toCS0
  *
  * PURPOSE
  * Convert UTF-8 to the OSTA Compressed Unicode equivalent.
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH V2 3/9 linux-next] udf: unicode: update function name in comments

2015-04-08 Thread Fabian Frederick
Signed-off-by: Fabian Frederick f...@skynet.be
---
 fs/udf/unicode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c
index e2c079a..41c3bef 100644
--- a/fs/udf/unicode.c
+++ b/fs/udf/unicode.c
@@ -77,7 +77,7 @@ static void udf_build_ustr_exact(struct ustr *dest, dstring 
*ptr, int exactsize)
 }
 
 /*
- * udf_ocu_to_utf8
+ * udf_CS0toUTF8
  *
  * PURPOSE
  * Convert OSTA Compressed Unicode to the UTF-8 equivalent.
@@ -149,7 +149,7 @@ int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr 
*ocu_i)
 
 /*
  *
- * udf_utf8_to_ocu
+ * udf_UTF8toCS0
  *
  * PURPOSE
  * Convert UTF-8 to the OSTA Compressed Unicode equivalent.
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/