]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
MdePkg: Correct the string expression of UTF8 vendor device path
authorDandan Bi <dandan.bi@intel.com>
Fri, 5 Oct 2018 01:22:20 +0000 (09:22 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 9 Oct 2018 14:20:18 +0000 (22:20 +0800)
commit959be180e185869b71db9dad34c3f4bba660d724
tree6845992ea6b4b0b865b41ad3c36d87473909c8bc
parent7f8aabef156128976f0c1389c154d25010653215
MdePkg: Correct the string expression of UTF8 vendor device path

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1225

According to UEFI spec, the string expression of UTF8 vendor
device node should be displayed as: VenUtf8(). Current code
display it as: VenUft8() by mistake when convert device
path node to text.

This commit is to fix this bug.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
MdePkg/Library/UefiDevicePathLib/DevicePathToText.c