From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.128.65; helo=mail-wm1-f65.google.com; envelope-from=philmd@redhat.com; receiver=edk2-devel@lists.01.org Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C1DEA2194D3B9 for ; Wed, 6 Feb 2019 14:33:12 -0800 (PST) Received: by mail-wm1-f65.google.com with SMTP id a62so4158959wmh.4 for ; Wed, 06 Feb 2019 14:33:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=czrQnePuZoaZwNyNeB6p31i6aMFJZzor/HKetdSti0g=; b=gsG6H9+WYqjI3etDzyrKO4tanbVit2dYD75JxeRvr93XOl53Y795VtjZAZ5f81Cdy+ dx6uGCEYiskuNzgx9thWH9Vs8fRFwjT+fGDGmRg7m2Wvv1W6Z1MOzhC8AhpY/vKjHSsK 7JZnbeppb2Mc8KzDBFPP8qwrYZrHEiz7s9Yrcl4AzR1Ib24EJg2P9sSFOY8s1Dro+Ghi +tU8pUPjl/WwGyuPj3YCWRsOtZ9PaVLACX161XWwNg/w6R3ia9Pwzg0CWqNRr6TfTfmZ bg+ye+FXGY8qUs6dzmpL06CLPv659fe9lPKw5ww/71kdTMkzSbTrrnD69aLwdPOBTYwB L/sQ== X-Gm-Message-State: AHQUAuZ9rQpWXna7ZQ9cIK6f8v12XD36Il/ZvLZMxKzL9YLU/Uho/KNn Emjg4LhTqe137fvdl7WmDh+HMt0v2kc= X-Google-Smtp-Source: AHgI3IaPuQ6zh3K7+v/mjz/P4Y7tEYAq+lbWVpJCoSXLk/cd7LG9m+wsTnVkuQZMgzcsVi9kQN6Zcg== X-Received: by 2002:a05:600c:2147:: with SMTP id v7mr4388711wml.41.1549492390839; Wed, 06 Feb 2019 14:33:10 -0800 (PST) Received: from [192.168.1.103] (10.red-83-35-153.dynamicip.rima-tde.net. [83.35.153.10]) by smtp.gmail.com with ESMTPSA id c18sm20583467wre.32.2019.02.06.14.33.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Feb 2019 14:33:10 -0800 (PST) To: Antoine Coeur , edk2-devel@lists.01.org References: From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Openpgp: id=89C1E78F601EE86C867495CBA2A3FD6EDEADC0DE; url=http://pgp.mit.edu/pks/lookup?op=get&search=0xA2A3FD6EDEADC0DE Message-ID: Date: Wed, 6 Feb 2019 23:33:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH v2] ArmVirtPkg: Fix various typos X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2019 22:33:13 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 2/6/19 4:48 PM, Antoine Coeur wrote: > Fix various typos in ArmVirtPkg. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Coeur Reviewed-by: Philippe Mathieu-Daude > --- > ArmVirtPkg/ArmVirt.dsc.inc | 2 +- > ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c | 2 +- > ArmVirtPkg/Library/BaseCachingPciExpressLib/PciExpressLib.c | 4 ++-- > .../FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c | 6 +++--- > .../Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c | 6 +++--- > ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c | 4 ++-- > 6 files changed, 12 insertions(+), 12 deletions(-) > > diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc > index c47955be94..304a4b4d21 100644 > --- a/ArmVirtPkg/ArmVirt.dsc.inc > +++ b/ArmVirtPkg/ArmVirt.dsc.inc > @@ -333,7 +333,7 @@ > # Values are in EFI Pages (4K). DXE Core will make sure that > # at least this much of each type of memory can be allocated > # from a single memory range. This way you only end up with > - # maximum of two fragements for each type in the memory map > + # maximum of two fragments for each type in the memory map > # (the memory used, and the free memory that was prereserved > # but not used). > # > diff --git a/ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c b/ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c > index 73a0fbd8a4..758bc91ab1 100644 > --- a/ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c > +++ b/ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c > @@ -1,5 +1,5 @@ > /** @file > - HOB Library implemenation for Dxe Phase with DebugLib dependency removed > + HOB Library implementation for Dxe Phase with DebugLib dependency removed > > Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
> Copyright (c) 2014, Linaro Ltd. All rights reserved.
> diff --git a/ArmVirtPkg/Library/BaseCachingPciExpressLib/PciExpressLib.c b/ArmVirtPkg/Library/BaseCachingPciExpressLib/PciExpressLib.c > index 6479f53b37..a083826bab 100644 > --- a/ArmVirtPkg/Library/BaseCachingPciExpressLib/PciExpressLib.c > +++ b/ArmVirtPkg/Library/BaseCachingPciExpressLib/PciExpressLib.c > @@ -1238,7 +1238,7 @@ PciExpressBitFieldAndThenOr32 ( > Size into the buffer specified by Buffer. This function only allows the PCI > configuration registers from a single PCI function to be read. Size is > returned. When possible 32-bit PCI configuration read cycles are used to read > - from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit > + from StartAddress to StartAddress + Size. Due to alignment restrictions, 8-bit > and 16-bit PCI configuration read cycles may be used at the beginning and the > end of the range. > > @@ -1338,7 +1338,7 @@ PciExpressReadBuffer ( > Size from the buffer specified by Buffer. This function only allows the PCI > configuration registers from a single PCI function to be written. Size is > returned. When possible 32-bit PCI configuration write cycles are used to > - write from StartAdress to StartAddress + Size. Due to alignment restrictions, > + write from StartAddress to StartAddress + Size. Due to alignment restrictions, > 8-bit and 16-bit PCI configuration write cycles may be used at the beginning > and the end of the range. > > diff --git a/ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c b/ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c > index f0924dacbc..16c0e61816 100644 > --- a/ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c > +++ b/ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c > @@ -234,13 +234,13 @@ SerialPortGetControl ( > } > > /** > - Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, > + Sets the baud rate, receive FIFO depth, transmit/receive time out, parity, > data bits, and stop bits on a serial device. > > @param BaudRate The requested baud rate. A BaudRate value of 0 will use the > device's default interface speed. > On output, the value actually set. > - @param ReveiveFifoDepth The requested depth of the FIFO on the receive side of the > + @param ReceiveFifoDepth The requested depth of the FIFO on the receive side of the > serial interface. A ReceiveFifoDepth value of 0 will use > the device's default FIFO depth. > On output, the value actually set. > @@ -253,7 +253,7 @@ SerialPortGetControl ( > DefaultParity will use the device's default parity value. > On output, the value actually set. > @param DataBits The number of data bits to use on the serial device. A DataBits > - vaule of 0 will use the device's default data bit setting. > + value of 0 will use the device's default data bit setting. > On output, the value actually set. > @param StopBits The number of stop bits to use on this serial device. A StopBits > value of DefaultStopBits will use the device's default number of > diff --git a/ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c b/ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c > index 8b736fd11f..2f10fb7b91 100644 > --- a/ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c > +++ b/ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c > @@ -156,13 +156,13 @@ SerialPortPoll ( > } > > /** > - Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, > + Sets the baud rate, receive FIFO depth, transmit/receive time out, parity, > data bits, and stop bits on a serial device. > > @param BaudRate The requested baud rate. A BaudRate value of 0 will use the > device's default interface speed. > On output, the value actually set. > - @param ReveiveFifoDepth The requested depth of the FIFO on the receive side of the > + @param ReceiveFifoDepth The requested depth of the FIFO on the receive side of the > serial interface. A ReceiveFifoDepth value of 0 will use > the device's default FIFO depth. > On output, the value actually set. > @@ -175,7 +175,7 @@ SerialPortPoll ( > DefaultParity will use the device's default parity value. > On output, the value actually set. > @param DataBits The number of data bits to use on the serial device. A DataBits > - vaule of 0 will use the device's default data bit setting. > + value of 0 will use the device's default data bit setting. > On output, the value actually set. > @param StopBits The number of stop bits to use on this serial device. A StopBits > value of DefaultStopBits will use the device's default number of > diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c > index bb07f5e22b..534357eff4 100644 > --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c > +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c > @@ -779,11 +779,11 @@ PlatformBootManagerBeforeConsole ( > Do the platform specific action after the console is ready > Possible things that can be done in PlatformBootManagerAfterConsole: > > Console post action: > - > Dynamically switch output mode from 100x31 to 80x25 for certain senarino > + > Dynamically switch output mode from 100x31 to 80x25 for certain scenario > > Signal console ready platform customized event > > Run diagnostics like memory testing > > Connect certain devices > - > Dispatch aditional option roms > + > Dispatch additional option roms > > Special boot: e.g.: USB boot, enter UI > **/ > VOID >