Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d67e4a48 authored by Fabian Frederick's avatar Fabian Frederick Committed by Jan Kara
Browse files

udf: unicode: update function name in comments



Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 31f2566f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@ static void udf_build_ustr_exact(struct ustr *dest, dstring *ptr, int exactsize)
}
}


/*
/*
 * udf_ocu_to_utf8
 * udf_CS0toUTF8
 *
 *
 * PURPOSE
 * PURPOSE
 *	Convert OSTA Compressed Unicode to the UTF-8 equivalent.
 *	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
 * PURPOSE
 *	Convert UTF-8 to the OSTA Compressed Unicode equivalent.
 *	Convert UTF-8 to the OSTA Compressed Unicode equivalent.