All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mvebu: a38x: Fix comment typo
@ 2020-10-12  9:35 Naoki Hayama
  2020-10-12 13:06 ` Stefan Roese
  2020-10-23  0:30 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Naoki Hayama @ 2020-10-12  9:35 UTC (permalink / raw)
  To: u-boot

%s/occured/occurred/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
---

 drivers/ddr/marvell/a38x/ddr_ml_wrapper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h b/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
index 5bf3239921..ac9250f74e 100644
--- a/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
+++ b/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
@@ -107,7 +107,7 @@
 #define MV_NO_RESOURCE	(0x13)	/* Resource not available (memory ...)   */
 #define MV_FULL		(0x14)	/* Item is full (Queue or table etc...)  */
 #define MV_EMPTY	(0x15)	/* Item is empty (Queue or table etc...) */
-#define MV_INIT_ERROR	(0x16)	/* Error occured while INIT process      */
+#define MV_INIT_ERROR	(0x16)	/* Error occurred while INIT process     */
 #define MV_HW_ERROR	(0x17)	/* Hardware error                        */
 #define MV_TX_ERROR	(0x18)	/* Transmit operation not succeeded      */
 #define MV_RX_ERROR	(0x19)	/* Recieve operation not succeeded       */
-- 
2.17.1

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

* [PATCH] ARM: mvebu: a38x: Fix comment typo
  2020-10-12  9:35 [PATCH] ARM: mvebu: a38x: Fix comment typo Naoki Hayama
@ 2020-10-12 13:06 ` Stefan Roese
  2020-10-23  0:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2020-10-12 13:06 UTC (permalink / raw)
  To: u-boot

On 12.10.20 11:35, Naoki Hayama wrote:
> %s/occured/occurred/
> 
> Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> 
>   drivers/ddr/marvell/a38x/ddr_ml_wrapper.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h b/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
> index 5bf3239921..ac9250f74e 100644
> --- a/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
> +++ b/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
> @@ -107,7 +107,7 @@
>   #define MV_NO_RESOURCE	(0x13)	/* Resource not available (memory ...)   */
>   #define MV_FULL		(0x14)	/* Item is full (Queue or table etc...)  */
>   #define MV_EMPTY	(0x15)	/* Item is empty (Queue or table etc...) */
> -#define MV_INIT_ERROR	(0x16)	/* Error occured while INIT process      */
> +#define MV_INIT_ERROR	(0x16)	/* Error occurred while INIT process     */
>   #define MV_HW_ERROR	(0x17)	/* Hardware error                        */
>   #define MV_TX_ERROR	(0x18)	/* Transmit operation not succeeded      */
>   #define MV_RX_ERROR	(0x19)	/* Recieve operation not succeeded       */
> 

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

* [PATCH] ARM: mvebu: a38x: Fix comment typo
  2020-10-12  9:35 [PATCH] ARM: mvebu: a38x: Fix comment typo Naoki Hayama
  2020-10-12 13:06 ` Stefan Roese
@ 2020-10-23  0:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-10-23  0:30 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 12, 2020 at 06:35:55PM +0900, Naoki Hayama wrote:

> %s/occured/occurred/
> 
> Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201022/88b635ba/attachment.sig>

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

end of thread, other threads:[~2020-10-23  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  9:35 [PATCH] ARM: mvebu: a38x: Fix comment typo Naoki Hayama
2020-10-12 13:06 ` Stefan Roese
2020-10-23  0:30 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.