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 08E7B1A1E2A for ; Tue, 25 Oct 2016 14:00:16 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 25 Oct 2016 14:00:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,399,1473145200"; d="scan'208";a="777602203" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by FMSMGA003.fm.intel.com with ESMTP; 25 Oct 2016 14:00:15 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.50]) by ORSMSX110.amr.corp.intel.com ([169.254.10.110]) with mapi id 14.03.0248.002; Tue, 25 Oct 2016 14:00:15 -0700 From: "Kinney, Michael D" To: Gary Lin , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [edk2] [PATCH 28/33] QuarkSocPkg: Fix typos in comments Thread-Index: AQHSKdcA4NY2hi1wjkGpI5gK1LzU26C5sanw Date: Tue, 25 Oct 2016 21:00:14 +0000 Message-ID: References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-29-glin@suse.com> In-Reply-To: <20161019070138.16424-29-glin@suse.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTcxMzUxMWEtYjZiZS00ZTM3LTk0NzgtNmJkMTA2NjVmMzc4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InFjQ29UYlA1VjNxVDBRTitIcHRQTm1PdEdmVU5cL1UrWTlTVngzNXZpa3VvPSJ9 x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [PATCH 28/33] QuarkSocPkg: 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: Tue, 25 Oct 2016 21:00:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Gary, Thanks for these updates. I made sure the Copyright year was updated=20 to 2016. With that change: Reviewed-by: Michael D Kinney It has been committed at: commit 74c6a1031d36430f99ca7799520f960b4a66e7fe Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ga= ry Lin > Sent: Wednesday, October 19, 2016 12:02 AM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D > Subject: [edk2] [PATCH 28/33] QuarkSocPkg: Fix typos in comments >=20 > - paramter -> parameter > - reseting -> resetting > - stoping -> stopping > - hanlder -> handler > - boundry -> boundary > - tempory -> temporary >=20 > Cc: Michael D Kinney > Cc: Kelly Steele > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Gary Lin > --- > QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c = | 2 +- > QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c = | 2 +- > QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c = | 2 +- > QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c = | 4 ++-- > QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.h = | 2 +- > QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.c = | 2 +- > QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.h = | 2 +- > QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c = | 4 ++-- > QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h = | 2 +- > 9 files changed, 11 insertions(+), 11 deletions(-) >=20 > diff --git a/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c > b/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c > index 9d04a29..1cdf6cb 100644 > --- a/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c > +++ b/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c > @@ -582,7 +582,7 @@ MtrrGetMemoryAttributeInVariableMtrrWorker ( > @param[in] MtrrValidAddressMask The valid address mask for MTRR > @param[out] VariableMtrr The array to shadow variable MTRRs = content >=20 > - @return The return value of this paramter indica= tes the > + @return The return value of this parameter indic= ates the > number of MTRRs which has been used. >=20 > **/ > diff --git a/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c > b/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c > index 9290311..6e67635 100644 > --- a/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c > +++ b/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c > @@ -312,7 +312,7 @@ Returns: > Status =3D PcdSet64S (PcdQncS3CodeInLockBoxSize, (UINT64)mQncS3ImageSi= ze); > ASSERT_EFI_ERROR (Status); > // > - // Align buffer on section boundry > + // Align buffer on section boundary > // > ImageContext.ImageAddress =3D (PHYSICAL_ADDRESS)(UINTN)FfsBuffer; > if (ImageContext.SectionAlignment !=3D 0) { > diff --git a/QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c > b/QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c > index a48a2a4..67b9249 100644 > --- a/QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c > +++ b/QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c > @@ -87,7 +87,7 @@ ReadIohGpioValues ( >=20 > DEBUG ((EFI_D_INFO, "SC GPIO temporary enable at %08X\n", TempBarAddr= )); >=20 > - // Use predefined tempory memory resource. > + // Use predefined temporary memory resource. > PciWrite32 ( GipAddr + PcdGet8 (PcdIohGpioBarRegister), TempBarAddr); > PciWrite8 ( GipAddr + PCI_COMMAND_OFFSET, EFI_PCI_COMMAND_MEMORY_SPACE= ); >=20 > diff --git a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDCon= troller.c > b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c > index 96c8774..808b00b 100644 > --- a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController= .c > +++ b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController= .c > @@ -1156,7 +1156,7 @@ ResetSDHost ( >=20 > // > // To improve SD stability, we zero the MMIO_CLKCTL register and > - // stall for 50 microseconds before reseting the controller. We > + // stall for 50 microseconds before resetting the controller. We > // restore the register setting following the reset operation. > // > PciIo->Mem.Read ( > @@ -1713,7 +1713,7 @@ Exit: >=20 >=20 > /** > - Stop this driver on ControllerHandle. Support stoping any child handle= s > + Stop this driver on ControllerHandle. Support stopping any child handl= es > created by this driver. >=20 > @param This Protocol instance pointer. > diff --git a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDCon= troller.h > b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.h > index d5302ba..5b0e1db 100644 > --- a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController= .h > +++ b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController= .h > @@ -117,7 +117,7 @@ SDControllerStart ( > ); >=20 > /** > - Stop this driver on ControllerHandle. Support stoping any child handle= s > + Stop this driver on ControllerHandle. Support stopping any child handl= es > created by this driver. >=20 > @param This Protocol instance pointer. > diff --git a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMe= diaDevice.c > b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.c > index 1a0682c..21090be 100644 > --- a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevi= ce.c > +++ b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevi= ce.c > @@ -247,7 +247,7 @@ Exit: >=20 >=20 > /** > - Stop this driver on ControllerHandle. Support stoping any child handle= s > + Stop this driver on ControllerHandle. Support stopping any child handl= es > created by this driver. >=20 > @param This Protocol instance pointer. > diff --git a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMe= diaDevice.h > b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.h > index 1550429..f7c8b86 100644 > --- a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevi= ce.h > +++ b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevi= ce.h > @@ -155,7 +155,7 @@ SDMediaDeviceStart ( > ); >=20 > /** > - Stop this driver on ControllerHandle. Support stoping any child handle= s > + Stop this driver on ControllerHandle. Support stopping any child handl= es > created by this driver. >=20 > @param This Protocol instance pointer. > diff --git a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c > b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c > index e19d4d8..930f597 100644 > --- a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c > +++ b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c > @@ -2203,7 +2203,7 @@ OhciCleanDevUp ( > One notified function to stop the Host Controller when gBS->ExitBootSe= rvices() > called. >=20 > @param Event Pointer to this event > - @param Context Event hanlder private data > + @param Context Event handler private data > **/ > VOID > EFIAPI > @@ -2429,7 +2429,7 @@ CLOSE_PCIIO: > } >=20 > /** > - Stop this driver on ControllerHandle. Support stoping any child handle= s > + Stop this driver on ControllerHandle. Support stopping any child handl= es > created by this driver. >=20 > @param This Protocol instance pointer. > diff --git a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h > b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h > index 1bfe4a8..56a1cdb 100644 > --- a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h > +++ b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h > @@ -645,7 +645,7 @@ OHCIDriverBindingStart ( > ); >=20 > /** > - Stop this driver on ControllerHandle. Support stoping any child handle= s > + Stop this driver on ControllerHandle. Support stopping any child handl= es > created by this driver. >=20 > @param This Protocol instance pointer. > -- > 2.10.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel