mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 09:49:58 -04:00
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>
This commit is contained in:
committed by
Mark Brown
parent
5b8ff89fd7
commit
1f0b740004
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user