diff options
author | Sachin agarwal <asachin591@gmail.com> | 2020-01-18 11:53:19 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-01-23 16:16:05 +0100 |
commit | 0d311d8b93cfc8ab36aa11f09e15a5fe87147c02 (patch) | |
tree | 69bdadca68aa0ff33f46caffa3eb335e4a7210be /drivers/gpio/gpio-aspeed.c | |
parent | gpio: mvebu: clear irq in edge cause register before unmask edge irq (diff) | |
download | linux-0d311d8b93cfc8ab36aa11f09e15a5fe87147c02.tar.xz linux-0d311d8b93cfc8ab36aa11f09e15a5fe87147c02.zip |
gpio: aspeed-sgpio: fixed typos
This fixes some various typos.
Signed-off-by: Sachin Agarwal <asachin591@gmail.com>
Link: https://lore.kernel.org/r/20200118105319.68637-1-sachinagarwal@sachins-MacBook-2.local
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-aspeed.c')
-rw-r--r-- | drivers/gpio/gpio-aspeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |