aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2020-06-09 13:46:09 +0100
committerMark Brown <broonie@kernel.org>2020-06-15 23:06:29 +0100
commit1f0b740004f09d2f1b716fd6c2fdca81004ded05 (patch)
tree416880d8f2ef557721b085b8dc5d9ee2fca6ba34 /drivers/regulator/gpio-regulator.c
parentMerge existing fixes from regulator/for-5.8 (diff)
downloadlinux-dev-1f0b740004f09d2f1b716fd6c2fdca81004ded05.tar.xz
linux-dev-1f0b740004f09d2f1b716fd6c2fdca81004ded05.zip
regulator: gpio: Fix trivial spelling
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>
Diffstat (limited to 'drivers/regulator/gpio-regulator.c')
-rw-r--r--drivers/regulator/gpio-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c
index 110ee6fe76c4..181451f922f1 100644
--- 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.
+ * descriptor.
*/
if (config->enabled_at_boot)
gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE;