From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E2B7C1A1E0F for ; Sun, 23 Oct 2016 18:33:55 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP; 23 Oct 2016 18:33:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,539,1473145200"; d="scan'208";a="23161921" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 23 Oct 2016 18:33:55 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 18:33:55 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 18:33:54 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.104]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Mon, 24 Oct 2016 09:33:50 +0800 From: "Wei, David" To: Gary Lin , "edk2-devel@lists.01.org" CC: "Wei, David" Thread-Topic: [PATCH 33/33] Vlv2TbltDevicePkg: Fix typos in comments Thread-Index: AQHSKdcK1ufqVXtiV0OH24ltmtJnQ6C22WaA Date: Mon, 24 Oct 2016 01:33:50 +0000 Message-ID: <89954A0B46707A448411A627AD4EEE346638F8D8@SHSMSX101.ccr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-34-glin@suse.com> In-Reply-To: <20161019070138.16424-34-glin@suse.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjQ3YTZjNTMtNTg3MC00NGRjLWIxMTgtYmQyMGVjNjdkZjZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InExTjRjQ0RncWM5Q0k1QkNzeTRPS0JqUGZpeG5OcHdlbnlYSFB3aWQ2TEU9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 33/33] Vlv2TbltDevicePkg: Fix typos in comments 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: Mon, 24 Oct 2016 01:33:56 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: David Wei Thanks, David Wei =20 -----Original Message----- From: Gary Lin [mailto:glin@suse.com]=20 Sent: Wednesday, October 19, 2016 3:02 PM To: edk2-devel@lists.01.org Cc: Wei, David Subject: [PATCH 33/33] Vlv2TbltDevicePkg: Fix typos in comments - TURE -> TRUE - stardard -> standard - aligments -> alignments - a a -> a - stoping -> stopping - defalut -> default - excute -> execute - Incude -> Include - futhure -> future - Predfined -> Predefined - minimue -> minimum - predeined -> predefined - dirver -> driver - paramter -> parameter - funciton -> function - immediatly -> immediately Cc: David Wei Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin --- Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c = | 2 +- Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecTempRamSu= pport.c | 4 ++-- Vlv2TbltDevicePkg/Include/Library/CpuIA32.h = | 2 +- Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h = | 2 +- Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c = | 16 ++++++++-------- Vlv2TbltDevicePkg/PlatformDxe/PciBus.h = | 14 +++++++------- Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c = | 4 ++-- Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c = | 2 +- Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c = | 4 ++-- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c b/Vlv2TbltDev= icePkg/BootScriptSaveDxe/ScriptSave.c index 55f758c..af7b968 100644 --- a/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c +++ b/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c @@ -251,7 +251,7 @@ BootScriptPciCfg2ReadWrite ( } =20 /** - Internal function to add smbus excute opcode to the table. + Internal function to add smbus execute opcode to the table. =20 @param Marker The variable argument list to get the opco= de and associated attributes. diff --git a/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/= SecTempRamSupport.c b/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSe= cLibVlv2/SecTempRamSupport.c index e505d71..72488f8 100644 --- a/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecTemp= RamSupport.c +++ b/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecTemp= RamSupport.c @@ -140,8 +140,8 @@ SecTemporaryRamSupport ( =20 // // SecSwitchStack function must be invoked after the memory migration - // immediatly, also we need fixup the stack change caused by new call in= to - // permenent memory. + // immediately, also we need fixup the stack change caused by new call i= nto + // permanent memory. // SecSwitchStack ( (UINT32) (UINTN) OldStack, diff --git a/Vlv2TbltDevicePkg/Include/Library/CpuIA32.h b/Vlv2TbltDevicePk= g/Include/Library/CpuIA32.h index b8c53c9..7615781 100644 --- a/Vlv2TbltDevicePkg/Include/Library/CpuIA32.h +++ b/Vlv2TbltDevicePkg/Include/Library/CpuIA32.h @@ -180,7 +180,7 @@ EfiInvd ( ); =20 /** - Get the Cpu info by excute the CPUID instruction + Get the Cpu info by execute the CPUID instruction =20 @param[in] RegisterInEax The input value to put into register EAX @param[in] Regs The Output value diff --git a/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h b/Vlv2TbltD= evicePkg/Include/Protocol/GlobalNvsArea.h index 8f9948c..e4cbd4a 100644 --- a/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h +++ b/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h @@ -216,7 +216,7 @@ typedef struct { UINT8 TpmEnable; // 121 TPM Enable =20 UINT8 MorData; // 122 Memory Overwrite Request Data - UINT8 TcgParamter; // 123 Used for save the Mor and/or = physical presence paramter + UINT8 TcgParamter; // 123 Used for save the Mor and/or = physical presence parameter UINT32 PPResponse; // 124 Physical Presence request ope= ration response UINT8 PPRequest; // 128 Physical Presence request ope= ration UINT8 LastPPRequest; // 129 Last Physical Presence reques= t operation diff --git a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c b/Vlv2T= bltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c index e1f3524..135ed21 100644 --- a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c @@ -214,7 +214,7 @@ ShellImageCallback ( // BDS Platform Functions // /** - Platform Bds init. Incude the platform firmware vendor, revision + Platform Bds init. Include the platform firmware vendor, revision and so crc check. =20 @param VOID @@ -310,7 +310,7 @@ GetGopDevicePath ( } =20 // - // Try to connect this handle, so that GOP dirver could start on this + // Try to connect this handle, so that GOP driver could start on this // device and create child handles with GraphicsOutput Protocol installe= d // on them, then we get device paths of these child handles and select // them as possible console device. @@ -427,7 +427,7 @@ GetGopDevicePath ( // In current implementation, we only enable one of the child hand= les // as console device, i.e. sotre one of the child handle's device // path to variable "ConOut" - // In futhure, we could select all child handles to be console dev= ice + // In future, we could select all child handles to be console devi= ce // *GopDevicePath =3D TempDevicePath; } @@ -780,7 +780,7 @@ UpdateConsoleResolution( Connect the predefined platform default console device. Always try to fi= nd and enable the vga device if have. =20 - @param PlatformConsole Predfined platform default console device arra= y. + @param PlatformConsole Predefined platform default console device arr= ay. =20 @retval EFI_SUCCESS Success connect at least one ConIn and ConOut device, there must have one ConOut device is @@ -819,7 +819,7 @@ PlatformBdsConnectConsole ( if (VarConout =3D=3D NULL || VarConin =3D=3D NULL) { // // Have chance to connect the platform default console, - // the platform default console is the minimue device group + // the platform default console is the minimum device group // the platform should support // while (PlatformConsole[Index].DevicePath !=3D NULL) { @@ -866,7 +866,7 @@ PlatformBdsConnectConsole ( } =20 /** - Connect with predeined platform connect sequence, + Connect with predefined platform connect sequence, the OEM/IBV can customize with their own connect sequence. =20 @param None. @@ -1568,7 +1568,7 @@ PlatformBdsLibEnumerateAllBootOption ( =20 /** =20 - The function will excute with as the platform policy, current policy + The function will execute with as the platform policy, current policy is driven by boot mode. IBV/OEM can customize this code for their specif= ic policy action. =20 @@ -2839,7 +2839,7 @@ PlatformBdsConnectSimpleConsole ( if (VarConout =3D=3D NULL || VarConin =3D=3D NULL) { // // Have chance to connect the platform default console, - // the platform default console is the minimue device group + // the platform default console is the minimum device group // the platform should support // while (PlatformConsole[Index].DevicePath !=3D NULL) { diff --git a/Vlv2TbltDevicePkg/PlatformDxe/PciBus.h b/Vlv2TbltDevicePkg/Pla= tformDxe/PciBus.h index 89e31d2..412e9f1 100644 --- a/Vlv2TbltDevicePkg/PlatformDxe/PciBus.h +++ b/Vlv2TbltDevicePkg/PlatformDxe/PciBus.h @@ -187,7 +187,7 @@ struct _PCI_IO_DEVICE { LIST_ENTRY ChildList; =20 // - // TURE if the PCI bus driver creates the handle for this PCI device + // TRUE if the PCI bus driver creates the handle for this PCI device // BOOLEAN Registered; =20 @@ -266,7 +266,7 @@ struct _PCI_IO_DEVICE { =20 // // Per PCI to PCI Bridge spec, I/O window is 4K aligned, - // but some chipsets support non-stardard I/O window aligments less than= 4K. + // but some chipsets support non-standard I/O window alignments less tha= n 4K. // This field is used to support this case. // UINT16 BridgeIoAlignment; @@ -308,8 +308,8 @@ extern BOOLEAN mRe= serveVgaAliases; =20 @param _p Specified device. =20 - @retval TRUE Device is a a GFX device. - @retval FALSE Device is not a a GFX device. + @retval TRUE Device is a GFX device. + @retval FALSE Device is not a GFX device. =20 **/ #define IS_PCI_GFX(_p) IS_CLASS2 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DIS= PLAY_OTHER) @@ -320,7 +320,7 @@ extern BOOLEAN mRe= serveVgaAliases; =20 @param This Protocol instance pointer. @param Controller Handle of device to test. - @param RemainingDevicePath Optional parameter use to pick a specific ch= ild. + @param RemainingDevicePath Optional parameter use to pick a specific ch= ild device to start. =20 @retval EFI_SUCCESS This driver supports this device. @@ -342,7 +342,7 @@ PciBusDriverBindingSupported ( =20 @param This Protocol instance pointer. @param Controller Handle of device to bind driver to. - @param RemainingDevicePath Optional parameter use to pick a specific c= hild. + @param RemainingDevicePath Optional parameter use to pick a specific c= hild device to start. =20 @retval EFI_SUCCESS This driver is added to ControllerHandle. @@ -359,7 +359,7 @@ PciBusDriverBindingStart ( ); =20 /** - Stop this driver on ControllerHandle. Support stoping any child handles + Stop this driver on ControllerHandle. Support stopping any child handles created by this driver. =20 @param This Protocol instance pointer. diff --git a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c b/Vlv2= TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c index 3ad6b57..035f7b5 100644 --- a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c +++ b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c @@ -33,7 +33,7 @@ PLATFORM_GOP_POLICY_PROTOCOL mPlatformGOPPolicy; // =20 /** - The function will excute with as the platform policy, and gives + The function will execute with as the platform policy, and gives the Platform Lid Status. IBV/OEM can customize this code for their speci= fic policy action. =20 @@ -54,7 +54,7 @@ GetPlatformLidStatus ( } =20 /** - The function will excute and gives the Video Bios Table Size and Address= . + The function will execute and gives the Video Bios Table Size and Addres= s. =20 @param VbtAddress Gives the Physical Address of Video BIOS Table =20 diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c b/Vlv2Tbl= tDevicePkg/PlatformInitPei/PlatformInfoInit.c index 48d69a3..f6bb826 100644 --- a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c +++ b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c @@ -79,7 +79,7 @@ CheckOsSelection ( SystemConfiguration->ReservedO =3D OsSelectionHob->OsSelection; =20 // - // Load LPSS and SCC defalut configurations + // Load LPSS and SCC default configurations // OsSelectionHob->LpssData.LpsseMMCEnabled =3D FALSE; OsSelectionHob->LpssData.LpssSdioEnabled =3D TRUE; diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c b/Vlv2Tb= ltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c index de7830f..47ede35 100644 --- a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c +++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c @@ -126,7 +126,7 @@ LoadLpssDefaultValues ( ) { // - // Load LPSS and SCC defalut configurations for Android + // Load LPSS and SCC default configurations for Android // Private->FakeNvData.LpsseMMCEnabled =3D FALSE; Private->FakeNvData.LpssSdioEnabled =3D TRUE; @@ -780,7 +780,7 @@ SystemConfigCallback ( =20 =20 /** - The driver Entry Point. The funciton will export a disk device class for= mset and + The driver Entry Point. The function will export a disk device class for= mset and its callback function to hii database. =20 @param ImageHandle The firmware allocated handle for the EFI image. --=20 2.10.1