From 4b37932f7830cdd9dcfeb84163557705f0a7c90f Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 3 Aug 2023 13:59:31 -0400 Subject: [PATCH] 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 --- drivers/tty/serial/max310x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;