From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D3DC720946071 for ; Mon, 21 May 2018 00:15:33 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2018 00:15:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,426,1520924400"; d="scan'208";a="42876444" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 21 May 2018 00:15:32 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 21 May 2018 00:15:32 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 21 May 2018 00:15:32 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.240]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Mon, 21 May 2018 15:15:30 +0800 From: "Gao, Liming" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [patch] IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa Thread-Index: AQHT7m+oJqGRaOc+V0yNkoZ8l1vW6aQ5ygvA Date: Mon, 21 May 2018 07:15:29 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E22CB01@SHSMSX104.ccr.corp.intel.com> References: <20180518061506.111068-1-dandan.bi@intel.com> In-Reply-To: <20180518061506.111068-1-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch] IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2018 07:15:34 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Dandan Bi >Sent: Friday, May 18, 2018 2:15 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [edk2] [patch] IntelFrameworkPkg/UefiLib: Fix build fail caused b= y >commit b6d5def2fa > >In commit b6d5def2faf56334128ea2f056356d7e3852831e >when adding 'OUT' decorator for the parameter in AddUnicodeString(), >it delete the function name by mistake. This patch is to fix this >issue. > >CC: Marvin Haeuser >CC: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Dandan Bi >--- > IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c >b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c >index 61a32e29760..443a7391721 100644 >--- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c >+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c >@@ -863,10 +863,11 @@ LookupUnicodeString2 ( > member of SupportedLanguages. > > **/ > EFI_STATUS > EFIAPI >+AddUnicodeString ( > IN CONST CHAR8 *Language, > IN CONST CHAR8 *SupportedLanguages, > IN OUT EFI_UNICODE_STRING_TABLE **UnicodeStringTable, > IN CONST CHAR16 *UnicodeString > ) >-- >2.14.3.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel