projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5666280
)
serial: max310x: fix typos in comments
author
Hugo Villeneuve
<hvilleneuve@dimonoff.com>
Thu, 3 Aug 2023 17:59:31 +0000
(13:59 -0400)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/max310x.c
b/drivers/tty/serial/max310x.c
index 5903dd033fd004aec4f34db12a7ff6d9e9c13f82..db3204d2a3053373c3f6d8c23806876b41c08602 100644
(file)
--- 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 co
n
troller */
s->gpio.owner = THIS_MODULE;
s->gpio.parent = dev;
s->gpio.label = devtype->name;