Re: [PATCH] UefiPayloadPkg: Fix the non-ascii character in UniversalPayloadEntry.c
Guo Dong
Reviewed-by: Guo Dong <guo.dong@...>
toggle quoted messageShow quoted text
-----Original Message-----
From: Tan, Dun <dun.tan@...> Sent: Sunday, August 8, 2021 11:08 PM To: devel@edk2.groups.io Cc: Dong, Guo <guo.dong@...>; Ni, Ray <ray.ni@...>; Ma, Maurice <maurice.ma@...>; You, Benjamin <benjamin.you@...>; Tan, Dun <dun.tan@...> Subject: [PATCH] UefiPayloadPkg: Fix the non-ascii character in UniversalPayloadEntry.c Fix the non-ascii character in UniversalPayloadEntry.c Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Maurice Ma <maurice.ma@...> Cc: Benjamin You <benjamin.you@...> Signed-off-by: DunTan <dun.tan@...> --- UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c b/UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c index 09dd1e8378..03ad9c457b 100644 --- a/UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c +++ b/UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c @@ -38,7 +38,7 @@ PrintHob ( /** Some bootloader may pass a pcd database, and UPL also contain a PCD database. Dxe PCD driver has the assumption that the two PCD database can be catenated and - the local token number should be successive。 + the local token number should be successive. This function will fix up the UPL PCD database to meet that assumption. @param[in] DxeFv The FV where to find the Universal PCD database. -- 2.31.1.windows.1
|
|