diff options
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 2b4e40d31190..51cf2bb37438 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -1540,7 +1540,7 @@ EXPORT_SYMBOL_GPL(regulator_count_voltages); | |||
1540 | * Context: can sleep | 1540 | * Context: can sleep |
1541 | * | 1541 | * |
1542 | * Returns a voltage that can be passed to @regulator_set_voltage(), | 1542 | * Returns a voltage that can be passed to @regulator_set_voltage(), |
1543 | * zero if this selector code can't be used on this sytem, or a | 1543 | * zero if this selector code can't be used on this system, or a |
1544 | * negative errno. | 1544 | * negative errno. |
1545 | */ | 1545 | */ |
1546 | int regulator_list_voltage(struct regulator *regulator, unsigned selector) | 1546 | int regulator_list_voltage(struct regulator *regulator, unsigned selector) |