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

regulator: consumer.rst: fix 'regulator_enable' typo.

Removing an erroneous 'd' at the end of 'regulator_enable'.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/1682537582-2314-1-git-send-email-Philippe.DeMuyter@macq.eu
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Philippe De Muyter and committed by
Mark Brown
3302212f ed479907

+1 -1
+1 -1
Documentation/power/regulator/consumer.rst
··· 41 41 int regulator_enable(regulator); 42 42 43 43 NOTE: 44 - The supply may already be enabled before regulator_enabled() is called. 44 + The supply may already be enabled before regulator_enable() is called. 45 45 This may happen if the consumer shares the regulator or the regulator has been 46 46 previously enabled by bootloader or kernel board initialization code. 47 47