Commit d3f37233 authored by Kieran Bingham's avatar Kieran Bingham Committed by Mark Brown

regulator: Fix trivial spelling

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors
Signed-off-by: default avatarKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20200609124610.3445662-10-kieran.bingham+renesas@ideasonboard.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1f0b7400
...@@ -210,7 +210,7 @@ static int reg_fixed_voltage_probe(struct platform_device *pdev) ...@@ -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 * The signal will be inverted by the GPIO core if flagged so in the
* decriptor. * descriptor.
*/ */
if (config->enabled_at_boot) if (config->enabled_at_boot)
gflags = GPIOD_OUT_HIGH; gflags = GPIOD_OUT_HIGH;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment