]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
pinctrl/amd: fix typo
authorMatteo Croce <mcroce@redhat.com>
Fri, 4 Jan 2019 21:49:12 +0000 (22:49 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jan 2019 12:25:24 +0000 (13:25 +0100)
Fix spelling mistake: "lenght" -> "length"

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-amd.c

index 2a7d638978d804837793c7bcb54927eefe10b696..6689995fa3aa614cc47e8bd2971ba473a947efc3 100644 (file)
@@ -489,7 +489,7 @@ static int amd_gpio_irq_set_type(struct irq_data *d, unsigned int type)
        /*
         * If WAKE_INT_MASTER_REG.MaskStsEn is set, a software write to the
         * debounce registers of any GPIO will block wake/interrupt status
-        * generation for *all* GPIOs for a lenght of time that depends on
+        * generation for *all* GPIOs for a length of time that depends on
         * WAKE_INT_MASTER_REG.MaskStsLength[11:0].  During this period the
         * INTERRUPT_ENABLE bit will read as 0.
         *