From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 BA16B81F94 for ; Thu, 8 Dec 2016 17:13:11 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 08 Dec 2016 17:13:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,322,1477983600"; d="scan'208";a="40585265" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 08 Dec 2016 17:13:11 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 8 Dec 2016 17:13:11 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 8 Dec 2016 17:13:10 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.11]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.63]) with mapi id 14.03.0248.002; Fri, 9 Dec 2016 09:13:08 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [patch 3/8] FatPkg\EnhancedFatDxe: Make function prototype align with definition Thread-Index: AQHSUUGBc81caEVNx0u2mC8oQwHAo6D+0Cqg Date: Fri, 9 Dec 2016 01:13:08 +0000 Deferred-Delivery: Fri, 9 Dec 2016 01:13:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D58EAFBA4@SHSMSX104.ccr.corp.intel.com> References: <1481194467-75920-1-git-send-email-dandan.bi@intel.com> <1481194467-75920-4-git-send-email-dandan.bi@intel.com> In-Reply-To: <1481194467-75920-4-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWMwMzRmNjAtNTE1Yi00NzhmLWEzM2MtMzQ2NWI0ODJmOTEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJhOXBubmN5blNmYzRkcnpYa0pybFF5K1hnUHVqWG1hNzFSaGZDaU94WkRZPSJ9 x-ctpclassification: CTP_PUBLIC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 3/8] FatPkg\EnhancedFatDxe: Make function prototype align with definition X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 01:13:11 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Regards, Ray >-----Original Message----- >From: Bi, Dandan >Sent: Thursday, December 8, 2016 6:54 PM >To: edk2-devel@lists.01.org >Cc: Ni, Ruiyu >Subject: [patch 3/8] FatPkg\EnhancedFatDxe: Make function prototype align = with definition > >Cc: Ruiyu Ni >Contributed-under: TianoCore Contribution Agreement 1.0 >Signed-off-by: Dandan Bi >--- > FatPkg/EnhancedFatDxe/Info.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/FatPkg/EnhancedFatDxe/Info.c b/FatPkg/EnhancedFatDxe/Info.c >index 858b3f4..aa1b0f2 100644 >--- a/FatPkg/EnhancedFatDxe/Info.c >+++ b/FatPkg/EnhancedFatDxe/Info.c >@@ -32,12 +32,12 @@ FatGetVolumeInfo ( > ); > > EFI_STATUS > FatSetVolumeInfo ( > IN FAT_VOLUME *Volume, >- IN OUT UINTN BufferSize, >- OUT VOID *Buffer >+ IN UINTN BufferSize, >+ IN VOID *Buffer > ); > > EFI_STATUS > FatSetOrGetInfo ( > IN BOOLEAN IsSet, >-- >1.9.5.msysgit.1