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

regulator: Fix typo

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>

authored by

Mark Brown and committed by
Liam Girdwood
3de89609 a5766f11

+1 -1
+1 -1
include/linux/regulator/driver.h
··· 51 51 int output_uV, int load_uA); 52 52 53 53 /* the operations below are for configuration of regulator state when 54 - * it's parent PMIC enters a global STANBY/HIBERNATE state */ 54 + * its parent PMIC enters a global STANDBY/HIBERNATE state */ 55 55 56 56 /* set regulator suspend voltage */ 57 57 int (*set_suspend_voltage) (struct regulator_dev *, int uV);