[PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)

Michael Tokarev posted 1 patch 2 years, 12 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210508093615.411920-1-mjt@msgid.tls.msk.ru
Maintainers: Joel Stanley <joel@jms.id.au>, Michael Tokarev <mjt@tls.msk.ru>, "Cédric Le Goater" <clg@kaod.org>, Andrew Jeffery <andrew@aj.id.au>, Peter Maydell <peter.maydell@linaro.org>, Laurent Vivier <laurent@vivier.eu>
hw/gpio/aspeed_gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
Posted by Michael Tokarev 2 years, 12 months ago
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


Re: [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
Posted by Philippe Mathieu-Daudé 2 years, 12 months ago
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>


Re: [PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
Posted by Laurent Vivier 2 years, 11 months ago
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