All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
@ 2021-05-08  9:36 Michael Tokarev
  2021-05-09  5:29 ` Philippe Mathieu-Daudé
  2021-05-13 15:58 ` Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Tokarev @ 2021-05-08  9:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, rashmica.g, Michael Tokarev

Fixes: 36d737ee82b2972167e97901c5271ba3f904ba71
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 hw/gpio/aspeed_gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/gpio/aspeed_gpio.c b/hw/gpio/aspeed_gpio.c
index 985a259e05..34d8acb0e3 100644
--- a/hw/gpio/aspeed_gpio.c
+++ b/hw/gpio/aspeed_gpio.c
@@ -170,7 +170,7 @@
 /* AST2600 only - 1.8V gpios */
 /*
  * The AST2600 has same 3.6V gpios as the AST2400 (memory offsets 0x0-0x198)
- * and addtional 1.8V gpios (memory offsets 0x800-0x9D4).
+ * and additional 1.8V gpios (memory offsets 0x800-0x9D4).
  */
 #define GPIO_1_8V_REG_OFFSET          0x800
 #define GPIO_1_8V_ABCD_DATA_VALUE     ((0x800 - GPIO_1_8V_REG_OFFSET) >> 2)
-- 
2.30.2



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

* Re: [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
  2021-05-08  9:36 [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional) Michael Tokarev
@ 2021-05-09  5:29 ` Philippe Mathieu-Daudé
  2021-05-13 15:58 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-05-09  5:29 UTC (permalink / raw)
  To: Michael Tokarev, qemu-devel; +Cc: qemu-trivial, rashmica.g

On 5/8/21 11:36 AM, Michael Tokarev wrote:
> Fixes: 36d737ee82b2972167e97901c5271ba3f904ba71
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  hw/gpio/aspeed_gpio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



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

* Re: [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
  2021-05-08  9:36 [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional) Michael Tokarev
  2021-05-09  5:29 ` Philippe Mathieu-Daudé
@ 2021-05-13 15:58 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2021-05-13 15:58 UTC (permalink / raw)
  To: Michael Tokarev, qemu-devel; +Cc: qemu-trivial, rashmica.g

Le 08/05/2021 à 11:36, Michael Tokarev a écrit :
> Fixes: 36d737ee82b2972167e97901c5271ba3f904ba71
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  hw/gpio/aspeed_gpio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/gpio/aspeed_gpio.c b/hw/gpio/aspeed_gpio.c
> index 985a259e05..34d8acb0e3 100644
> --- a/hw/gpio/aspeed_gpio.c
> +++ b/hw/gpio/aspeed_gpio.c
> @@ -170,7 +170,7 @@
>  /* AST2600 only - 1.8V gpios */
>  /*
>   * The AST2600 has same 3.6V gpios as the AST2400 (memory offsets 0x0-0x198)
> - * and addtional 1.8V gpios (memory offsets 0x800-0x9D4).
> + * and additional 1.8V gpios (memory offsets 0x800-0x9D4).
>   */
>  #define GPIO_1_8V_REG_OFFSET          0x800
>  #define GPIO_1_8V_ABCD_DATA_VALUE     ((0x800 - GPIO_1_8V_REG_OFFSET) >> 2)
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



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

end of thread, other threads:[~2021-05-13 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08  9:36 [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional) Michael Tokarev
2021-05-09  5:29 ` Philippe Mathieu-Daudé
2021-05-13 15:58 ` Laurent Vivier

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.