diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-18 16:08:54 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-06-28 15:30:11 +0300 |
commit | d1e7bb90f0d453943d49db2f671e9d61c7d13466 (patch) | |
tree | 0ea9d6ad23aa147c23a4fc22bbf3e6ae67c62b6f /drivers/pinctrl/aspeed | |
parent | 71f5e7b3b2adb6f04802cbf1f3156c7527708247 (diff) | |
download | linux-d1e7bb90f0d453943d49db2f671e9d61c7d13466.tar.xz |
pinctrl: aspeed: Fix typo in comment
Delete the redundant word 'and'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Link: https://lore.kernel.org/r/20220618130854.12321-1-wangxiang@cdjrlc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/aspeed')
-rw-r--r-- | drivers/pinctrl/aspeed/pinmux-aspeed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/aspeed/pinmux-aspeed.h b/drivers/pinctrl/aspeed/pinmux-aspeed.h index 4d7548686f39..aaa78a613196 100644 --- a/drivers/pinctrl/aspeed/pinmux-aspeed.h +++ b/drivers/pinctrl/aspeed/pinmux-aspeed.h @@ -632,7 +632,7 @@ struct aspeed_pin_desc { SIG_EXPR_LIST_ALIAS(pin, sig, group) /** - * Similar to the above, but for pins with a dual expressions (DE) and + * Similar to the above, but for pins with a dual expressions (DE) * and a single group (SG) of pins. * * @pin: The pin the signal will be routed to |