serial: max310x: fix typos in comments
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Thu, 3 Aug 2023 17:59:31 +0000 (13:59 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Aug 2023 13:08:09 +0000 (15:08 +0200)
cotroller -> controller.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20230803175931.981625-1-hugo@hugovil.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c

index 5903dd0..db3204d 100644 (file)
@@ -1405,7 +1405,7 @@ static int max310x_probe(struct device *dev, const struct max310x_devtype *devty
        }
 
 #ifdef CONFIG_GPIOLIB
-       /* Setup GPIO cotroller */
+       /* Setup GPIO controller */
        s->gpio.owner           = THIS_MODULE;
        s->gpio.parent          = dev;
        s->gpio.label           = devtype->name;