[edk2-devel] [edk2-platforms] [PATCH] SpiTool: Fix spelling errors

Nate DeSimone posted 1 patch 3 years, 11 months ago
Failed in applying to current master (apply log)
Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c   | 3 ++-
Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
[edk2-devel] [edk2-platforms] [PATCH] SpiTool: Fix spelling errors
Posted by Nate DeSimone 3 years, 11 months ago
"beggining" should be "beginning"

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Marcin Wojtas <mw@semihalf.com>
Cc: Leif Lindholm <leif@nuviainc.com>
---
 Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c   | 3 ++-
 Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
index 7ff45b6a9c..46871de688 100644
--- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
+++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
@@ -1,5 +1,6 @@
 /*******************************************************************************
 Copyright (C) 2016 Marvell International Ltd.
+Copyright (c) 2020, Intel Corporation. All rights reserved.
 
 SPDX-License-Identifier: BSD-2-Clause-Patent
 
@@ -83,7 +84,7 @@ SfUsage (
          "Length   - Number of bytes to send\n"
          "Address  - Address in RAM to store/load data\n"
          "FilePath - Path to file to read/write data from/to\n"
-         "Offset   - Offset from beggining of SPI flash to store/load data\n"
+         "Offset   - Offset from beginning of SPI flash to store/load data\n"
          "Examples:\n"
          "Check if there is response from SPI flash\n"
          "  sf probe\n"
diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
index 57a9109ee7..3cec099732 100644
--- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
+++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
@@ -1,5 +1,6 @@
 /*******************************************************************************
 Copyright (C) 2016 Marvell International Ltd.
+Copyright (c) 2020, Intel Corporation. All rights reserved.
 
 SPDX-License-Identifier: BSD-2-Clause-Patent
 
@@ -21,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 " \r\n"
 "   Length        - Number of bytes to send\r\n"
 "   Address       - Address in RAM to store/load data\r\n"
-"   Offset        - Offset from beggining of SPI flash to store/load data\r\n"
+"   Offset        - Offset from beginning of SPI flash to store/load data\r\n"
 "   FilePath      - Path to file to read data into or write/update data from \r\n"
 ".SH EXAMPLES\r\n"
 " \r\n"
-- 
2.26.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59785): https://edk2.groups.io/g/devel/message/59785
Mute This Topic: https://groups.io/mt/74320014/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms] [PATCH] SpiTool: Fix spelling errors
Posted by Leif Lindholm 3 years, 11 months ago
On Mon, May 18, 2020 at 23:20:49 -0700, Nate DeSimone wrote:
> "beggining" should be "beginning"
> 
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

Reviewed-by: Leif Lindholm <leif@nuviainc.com>

Thanks Nate!
Pushed as 3d2643b465f2.

> Cc: Marcin Wojtas <mw@semihalf.com>
> Cc: Leif Lindholm <leif@nuviainc.com>
> ---
>  Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c   | 3 ++-
>  Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
> index 7ff45b6a9c..46871de688 100644
> --- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
> +++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
> @@ -1,5 +1,6 @@
>  /*******************************************************************************
>  Copyright (C) 2016 Marvell International Ltd.
> +Copyright (c) 2020, Intel Corporation. All rights reserved.
>  
>  SPDX-License-Identifier: BSD-2-Clause-Patent
>  
> @@ -83,7 +84,7 @@ SfUsage (
>           "Length   - Number of bytes to send\n"
>           "Address  - Address in RAM to store/load data\n"
>           "FilePath - Path to file to read/write data from/to\n"
> -         "Offset   - Offset from beggining of SPI flash to store/load data\n"
> +         "Offset   - Offset from beginning of SPI flash to store/load data\n"
>           "Examples:\n"
>           "Check if there is response from SPI flash\n"
>           "  sf probe\n"
> diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
> index 57a9109ee7..3cec099732 100644
> --- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
> +++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
> @@ -1,5 +1,6 @@
>  /*******************************************************************************
>  Copyright (C) 2016 Marvell International Ltd.
> +Copyright (c) 2020, Intel Corporation. All rights reserved.
>  
>  SPDX-License-Identifier: BSD-2-Clause-Patent
>  
> @@ -21,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
>  " \r\n"
>  "   Length        - Number of bytes to send\r\n"
>  "   Address       - Address in RAM to store/load data\r\n"
> -"   Offset        - Offset from beggining of SPI flash to store/load data\r\n"
> +"   Offset        - Offset from beginning of SPI flash to store/load data\r\n"
>  "   FilePath      - Path to file to read data into or write/update data from \r\n"
>  ".SH EXAMPLES\r\n"
>  " \r\n"
> -- 
> 2.26.0.windows.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59820): https://edk2.groups.io/g/devel/message/59820
Mute This Topic: https://groups.io/mt/74320014/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms] [PATCH] SpiTool: Fix spelling errors
Posted by Guomin Jiang 3 years, 11 months ago
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Nate
> DeSimone
> Sent: Tuesday, May 19, 2020 2:21 PM
> To: devel@edk2.groups.io
> Cc: Marcin Wojtas <mw@semihalf.com>; Leif Lindholm <leif@nuviainc.com>
> Subject: [edk2-devel] [edk2-platforms] [PATCH] SpiTool: Fix spelling errors
> 
> "beggining" should be "beginning"
> 
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Marcin Wojtas <mw@semihalf.com>
> Cc: Leif Lindholm <leif@nuviainc.com>
> ---
>  Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c   | 3 ++-
>  Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
> b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
> index 7ff45b6a9c..46871de688 100644
> --- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
> +++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c
> @@ -1,5 +1,6 @@
> 
> /**********************************************************
> *********************
>  Copyright (C) 2016 Marvell International Ltd.
> +Copyright (c) 2020, Intel Corporation. All rights reserved.
> 
>  SPDX-License-Identifier: BSD-2-Clause-Patent
> 
> @@ -83,7 +84,7 @@ SfUsage (
>           "Length   - Number of bytes to send\n"
>           "Address  - Address in RAM to store/load data\n"
>           "FilePath - Path to file to read/write data from/to\n"
> -         "Offset   - Offset from beggining of SPI flash to store/load data\n"
> +         "Offset   - Offset from beginning of SPI flash to store/load data\n"
>           "Examples:\n"
>           "Check if there is response from SPI flash\n"
>           "  sf probe\n"
> diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
> b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
> index 57a9109ee7..3cec099732 100644
> --- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
> +++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni
> @@ -1,5 +1,6 @@
> 
> /**********************************************************
> *********************
>  Copyright (C) 2016 Marvell International Ltd.
> +Copyright (c) 2020, Intel Corporation. All rights reserved.
> 
>  SPDX-License-Identifier: BSD-2-Clause-Patent
> 
> @@ -21,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent  " \r\n"
>  "   Length        - Number of bytes to send\r\n"
>  "   Address       - Address in RAM to store/load data\r\n"
> -"   Offset        - Offset from beggining of SPI flash to store/load data\r\n"
> +"   Offset        - Offset from beginning of SPI flash to store/load data\r\n"
>  "   FilePath      - Path to file to read data into or write/update data from \r\n"
>  ".SH EXAMPLES\r\n"
>  " \r\n"
> --
> 2.26.0.windows.1
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59903): https://edk2.groups.io/g/devel/message/59903
Mute This Topic: https://groups.io/mt/74320014/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-