diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2020-06-09 15:46:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-16 01:06:30 +0300 |
commit | d3f3723387f97118c337689fc73e4199fb4331ce (patch) | |
tree | d6fd14122b7bf50b4553772bf78c5d3ee2f93983 /drivers | |
parent | 1f0b740004f09d2f1b716fd6c2fdca81004ded05 (diff) | |
download | linux-d3f3723387f97118c337689fc73e4199fb4331ce.tar.xz |
regulator: Fix trivial spelling
The word 'descriptor' is misspelled throughout the tree.
Fix it up accordingly:
decriptors -> descriptors
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20200609124610.3445662-10-kieran.bingham+renesas@ideasonboard.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/fixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index bc0bbd99e98d..d54830e48b8d 100644 --- a/drivers/regulator/fixed.c +++ b/drivers/regulator/fixed.c @@ -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 - * decriptor. + * descriptor. */ if (config->enabled_at_boot) gflags = GPIOD_OUT_HIGH; |