projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f0b740
)
regulator: Fix trivial spelling
author
Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com>
Tue, 9 Jun 2020 12:46:02 +0000
(13:46 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 15 Jun 2020 22:06:30 +0000
(23:06 +0100)
The word 'descriptor' is misspelled throughout the tree.
Fix it up accordingly:
decriptors -> descriptors
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link:
https://lore.kernel.org/r/20200609124610.3445662-10-kieran.bingham+renesas@ideasonboard.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/fixed.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/fixed.c
b/drivers/regulator/fixed.c
index
bc0bbd9
..
d54830e
100644
(file)
--- a/
drivers/regulator/fixed.c
+++ b/
drivers/regulator/fixed.c
@@
-210,7
+210,7
@@
static int reg_fixed_voltage_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;