Message ID | 20220722092419.77052-1-slark_xiao@163.com |
---|---|
State | Accepted |
Commit | 53dd4188a8c56cd2abd1973327d3e1b070300b17 |
Headers | show |
Series | pinctrl: at91: Fix typo 'the the' in comment | expand |
On Fri, Jul 22, 2022 at 11:24 AM Slark Xiao <slark_xiao@163.com> wrote: > Replace 'the the' with 'the' in the comment. > > Signed-off-by: Slark Xiao <slark_xiao@163.com> Patch applied. Yours, Linus Walleij
diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c index 5e3a2f4c2bb6..5634fa063ebf 100644 --- a/drivers/pinctrl/pinctrl-at91.c +++ b/drivers/pinctrl/pinctrl-at91.c @@ -1742,7 +1742,7 @@ static int at91_gpio_of_irq_setup(struct platform_device *pdev, writel_relaxed(~0, at91_gpio->regbase + PIO_IDR); /* - * Let the generic code handle this edge IRQ, the the chained + * Let the generic code handle this edge IRQ, the chained * handler will perform the actual work of handling the parent * interrupt. */
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <slark_xiao@163.com> --- drivers/pinctrl/pinctrl-at91.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)