From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 3ED5F21BBC43A for ; Wed, 21 Jun 2017 19:10:33 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 21 Jun 2017 19:11:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,371,1493708400"; d="scan'208";a="117349208" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 21 Jun 2017 19:11:57 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 21 Jun 2017 19:11:57 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 21 Jun 2017 19:11:56 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by shsmsx102.ccr.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0319.002; Thu, 22 Jun 2017 10:11:53 +0800 From: "Ni, Ruiyu" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Zeng, Star" Thread-Topic: [edk2] [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa Thread-Index: AQHS6pMakpV8pTvvGU6xHlv0tAf89qIwJEhQ Date: Thu, 22 Jun 2017 02:11:52 +0000 Deferred-Delivery: Thu, 22 Jun 2017 02:11:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B99FA90@SHSMSX104.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, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: 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: Thu, 22 Jun 2017 02:10:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Star Zeng > Sent: Wednesday, June 21, 2017 9:34 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Gao, Liming ; > Zeng, Star > Subject: [edk2] [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/FSVariable.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 > protoect 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 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel