projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b8ff89
)
regulator: gpio: Fix trivial spelling
author
Kieran Bingham
<kieran.bingham@ideasonboard.com>
Tue, 9 Jun 2020 12:46:09 +0000
(13:46 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 15 Jun 2020 22:06:29 +0000
(23:06 +0100)
decriptor -> descriptor.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Link:
https://lore.kernel.org/r/20200609124610.3445662-17-kieran.bingham+renesas@ideasonboard.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/gpio-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/gpio-regulator.c
b/drivers/regulator/gpio-regulator.c
index
110ee6f
..
181451f
100644
(file)
--- a/
drivers/regulator/gpio-regulator.c
+++ b/
drivers/regulator/gpio-regulator.c
@@
-311,7
+311,7
@@
static int gpio_regulator_probe(struct platform_device *pdev)
/*
* The signal will be inverted by the GPIO core if flagged so in the
- * decriptor.
+ * de
s
criptor.
*/
if (config->enabled_at_boot)
gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE;