Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kieran Bingham and committed by
Mark Brown
d3f37233 1f0b7400

+1 -1
+1 -1
drivers/regulator/fixed.c
··· 210 210 211 211 /* 212 212 * The signal will be inverted by the GPIO core if flagged so in the 213 - * decriptor. 213 + * descriptor. 214 214 */ 215 215 if (config->enabled_at_boot) 216 216 gflags = GPIOD_OUT_HIGH;