From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 998E721BBC43C for ; Wed, 21 Jun 2017 06:47:21 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jun 2017 06:48:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,369,1493708400"; d="scan'208";a="1185271184" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 21 Jun 2017 06:48:44 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 21 Jun 2017 06:48:44 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Wed, 21 Jun 2017 21:48:40 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" Thread-Topic: [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa Thread-Index: AQHS6pMmVkWPrv1+9kGXzQGLFROtDqIvVQFA Date: Wed, 21 Jun 2017 13:48:40 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D74CE9A@shsmsx102.ccr.corp.intel.com> References: <1498052044-146988-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1498052044-146988-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 13:47:21 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Zeng, Star > Sent: Wednesday, June 21, 2017 9:34 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Gao, Liming ;= Ni, Ruiyu > Subject: [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa >=20 > e286e118bafa updated *.c file, but forgot to update *.h file. >=20 > Cc: Liming Gao > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Star Zeng > --- > DuetPkg/FSVariable/FSVariable.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/DuetPkg/FSVariable/FSVariable.h b/DuetPkg/FSVariable/FSVaria= ble.h > index cc39323e97d8..cb37c29cc2a5 100644 > --- a/DuetPkg/FSVariable/FSVariable.h > +++ b/DuetPkg/FSVariable/FSVariable.h > @@ -6,7 +6,7 @@ disk. They can be changed by user. BIOS is not able to pr= otoect those. > Duet trusts all meta data from disk. If variable code, variable metadata= and variable > data is modified in inproper way, the behavior is undefined. >=20 > -Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
> +Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the BS= D License > which accompanies this distribution. The full text of the license may b= e found at > @@ -129,7 +129,7 @@ DuetGetVariable ( > IN EFI_GUID *VendorGuid, > OUT UINT32 *Attributes OPTIONAL, > IN OUT UINTN *DataSize, > - OUT VOID *Data > + OUT VOID *Data OPTIONAL > ); >=20 > EFI_STATUS > -- > 2.7.0.windows.1