From: Hugo Villeneuve Date: Thu, 3 Aug 2023 17:59:31 +0000 (-0400) Subject: serial: max310x: fix typos in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4b37932f7830cdd9dcfeb84163557705f0a7c90f;p=linux.git serial: max310x: fix typos in comments cotroller -> controller. Signed-off-by: Hugo Villeneuve Link: https://lore.kernel.org/r/20230803175931.981625-1-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/max310x.c b/drivers/tty/serial/max310x.c index 5903dd033fd00..db3204d2a3053 100644 --- a/drivers/tty/serial/max310x.c +++ b/drivers/tty/serial/max310x.c @@ -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;