summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Villeneuve <hvilleneuve@dimonoff.com>2023-08-03 13:59:31 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-08-04 15:08:09 +0200
commit4b37932f7830cdd9dcfeb84163557705f0a7c90f (patch)
tree8d5a2c2151612e22f1cbba1eb73502501cea5823
parent5666280f88a7594ba0413247fd2cc18281e8e580 (diff)
downloadlinux-stable-4b37932f7830cdd9dcfeb84163557705f0a7c90f.tar.gz
linux-stable-4b37932f7830cdd9dcfeb84163557705f0a7c90f.tar.bz2
linux-stable-4b37932f7830cdd9dcfeb84163557705f0a7c90f.zip
serial: max310x: fix typos in comments
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>
-rw-r--r--drivers/tty/serial/max310x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/max310x.c b/drivers/tty/serial/max310x.c
index 5903dd033fd0..db3204d2a305 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;