projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f2566
)
udf: unicode: update function name in comments
author
Fabian Frederick
<fabf@skynet.be>
Wed, 8 Apr 2015 19:23:53 +0000
(21:23 +0200)
committer
Jan Kara
<jack@suse.cz>
Mon, 18 May 2015 09:23:04 +0000
(11:23 +0200)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/unicode.c
patch
|
blob
|
history
diff --git
a/fs/udf/unicode.c
b/fs/udf/unicode.c
index
e2c079a
..
41c3bef
100644
(file)
--- 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_utf
8
+ * udf_
CS0toUTF
8
*
* 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.