summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/max310x.c
diff options
context:
space:
mode:
authorHugo Villeneuve <hvilleneuve@dimonoff.com>2023-08-03 20:59:31 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-08-04 16:08:09 +0300
commit4b37932f7830cdd9dcfeb84163557705f0a7c90f (patch)
tree8d5a2c2151612e22f1cbba1eb73502501cea5823 /drivers/tty/serial/max310x.c
parent5666280f88a7594ba0413247fd2cc18281e8e580 (diff)
downloadlinux-4b37932f7830cdd9dcfeb84163557705f0a7c90f.tar.xz
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>
Diffstat (limited to 'drivers/tty/serial/max310x.c')
-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;