public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms] [PATCH] SpiTool: Fix spelling errors
@ 2020-05-19  6:20 Nate DeSimone
  2020-05-19 12:32 ` Leif Lindholm
  2020-05-20  0:25 ` [edk2-devel] " Guomin Jiang
  0 siblings, 2 replies; 3+ messages in thread
From: Nate DeSimone @ 2020-05-19  6:20 UTC (permalink / raw)
  To: devel; +Cc: Marcin Wojtas, Leif Lindholm

"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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-platforms] [PATCH] SpiTool: Fix spelling errors
  2020-05-19  6:20 [edk2-platforms] [PATCH] SpiTool: Fix spelling errors Nate DeSimone
@ 2020-05-19 12:32 ` Leif Lindholm
  2020-05-20  0:25 ` [edk2-devel] " Guomin Jiang
  1 sibling, 0 replies; 3+ messages in thread
From: Leif Lindholm @ 2020-05-19 12:32 UTC (permalink / raw)
  To: Nate DeSimone; +Cc: devel, Marcin Wojtas

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [edk2-platforms] [PATCH] SpiTool: Fix spelling errors
  2020-05-19  6:20 [edk2-platforms] [PATCH] SpiTool: Fix spelling errors Nate DeSimone
  2020-05-19 12:32 ` Leif Lindholm
@ 2020-05-20  0:25 ` Guomin Jiang
  1 sibling, 0 replies; 3+ messages in thread
From: Guomin Jiang @ 2020-05-20  0:25 UTC (permalink / raw)
  To: devel@edk2.groups.io, Desimone, Nathaniel L; +Cc: Marcin Wojtas, Leif Lindholm

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
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-20  0:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-19  6:20 [edk2-platforms] [PATCH] SpiTool: Fix spelling errors Nate DeSimone
2020-05-19 12:32 ` Leif Lindholm
2020-05-20  0:25 ` [edk2-devel] " Guomin Jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox