Skip to content

Commit c2eb9e7

Browse files
alexandrebellonilinusw
authored andcommitted
pinctrl: at91: correct a few typos
Signed-off-by: Alexandre Belloni <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent daa706d commit c2eb9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/pinctrl/pinctrl-at91.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ struct at91_pin_group {
118118
};
119119

120120
/**
121-
* struct at91_pinctrl_mux_ops - describes an At91 mux ops group
121+
* struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
122122
* on new IP with support for periph C and D the way to mux in
123123
* periph A and B has changed
124124
* So provide the right call back
@@ -1396,7 +1396,7 @@ static void gpio_irq_handler(unsigned irq, struct irq_desc *desc)
13961396
chained_irq_enter(chip, desc);
13971397
for (;;) {
13981398
/* Reading ISR acks pending (edge triggered) GPIO interrupts.
1399-
* When there none are pending, we're finished unless we need
1399+
* When there are none pending, we're finished unless we need
14001400
* to process multiple banks (like ID_PIOCDE on sam9263).
14011401
*/
14021402
isr = readl_relaxed(pio + PIO_ISR) & readl_relaxed(pio + PIO_IMR);
@@ -1505,7 +1505,7 @@ static int at91_gpio_of_irq_setup(struct device_node *node,
15051505
prev = gpio_chips[at91_gpio->pioc_idx - 1];
15061506

15071507
/* The top level handler handles one bank of GPIOs, except
1508-
* on some SoC it can handles up to three...
1508+
* on some SoC it can handle up to three...
15091509
* We only set up the handler for the first of the list.
15101510
*/
15111511
if (prev && prev->next == at91_gpio)

0 commit comments

Comments
 (0)