2020-01-18 10:52:18

by sachin agarwal

[permalink] [raw]
Subject: [PATCH 3/4] GPIO: aspeed: fixed a typo

From: Sachin agarwal <[email protected]>

we had written "handhsaking" rather than "handshaking".

Signed-off-by: Sachin Agarwal <[email protected]>
---
drivers/gpio/gpio-aspeed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-aspeed.c b/drivers/gpio/gpio-aspeed.c
index f1037b61f763..879db23d8454 100644
--- a/drivers/gpio/gpio-aspeed.c
+++ b/drivers/gpio/gpio-aspeed.c
@@ -978,7 +978,7 @@ static int aspeed_gpio_set_config(struct gpio_chip *chip, unsigned int offset,
}

/**
- * aspeed_gpio_copro_set_ops - Sets the callbacks used for handhsaking with
+ * aspeed_gpio_copro_set_ops - Sets the callbacks used for handshaking with
* the coprocessor for shared GPIO banks
* @ops: The callbacks
* @data: Pointer passed back to the callbacks
--
2.24.1


2020-01-23 16:08:38

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 3/4] GPIO: aspeed: fixed a typo

On Sat, Jan 18, 2020 at 11:51 AM sachin agarwal <[email protected]> wrote:

> From: Sachin agarwal <[email protected]>
>
> we had written "handhsaking" rather than "handshaking".
>
> Signed-off-by: Sachin Agarwal <[email protected]>

I squashed the different patches together into one and applied.

Yours,
Linus Walleij