commit | 1f0b740004f09d2f1b716fd6c2fdca81004ded05 | [log] [tgz] |
---|---|---|
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | Tue Jun 09 13:46:09 2020 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 15 23:06:29 2020 +0100 |
tree | 416880d8f2ef557721b085b8dc5d9ee2fca6ba34 | |
parent | 5b8ff89fd72b151d4227b0cc13d1e91698011307 [diff] |
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>
diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c index 110ee6f..181451f 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;