]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
regulator: gpio: Fix trivial spelling
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Tue, 9 Jun 2020 12:46:09 +0000 (13:46 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2020 22:06:29 +0000 (23:06 +0100)
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>
drivers/regulator/gpio-regulator.c

index 110ee6fe76c4cfcccde53530aec9fb80ad9edfc8..181451f922f146e73fd54da32308355bdedb7c7c 100644 (file)
@@ -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;