diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-06-09 13:46:09 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-15 23:06:29 +0100 |
commit | 1f0b740004f09d2f1b716fd6c2fdca81004ded05 (patch) | |
tree | 416880d8f2ef557721b085b8dc5d9ee2fca6ba34 /drivers/regulator/gpio-regulator.c | |
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>
Diffstat (limited to 'drivers/regulator/gpio-regulator.c')
-rw-r--r-- | drivers/regulator/gpio-regulator.c | 2 |
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; |