From: Mike Waychison Date: Thu, 21 Jul 2011 20:57:57 +0000 (-0400) Subject: efivars: String functions X-Git-Tag: v3.1-rc1~94^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2940908391f3cee72e38769b30e829b22742b5b;p=pandora-kernel.git efivars: String functions Fix the string functions in the efivars driver to be called utf16_* instead of utf8_* as the encoding is utf16, not utf8. As well, rename utf16_strlen to utf16_strnlen as it takes a maxlength argument and the name should be consistent with the standard C function names. utf16_strlen is still provided for convenience in a subsequent patch. Signed-off-by: Mike Waychison Signed-off-by: Tony Luck --- Reading git-diff-tree failed