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

regulator: core: Correct spelling mistake in comment

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

authored by

Charles Keepax and committed by
Mark Brown
ce0d10f8 c7788792

+1 -1
+1 -1
drivers/regulator/core.c
··· 2702 2702 /** 2703 2703 * regulator_set_current_limit - set regulator output current limit 2704 2704 * @regulator: regulator source 2705 - * @min_uA: Minimuum supported current in uA 2705 + * @min_uA: Minimum supported current in uA 2706 2706 * @max_uA: Maximum supported current in uA 2707 2707 * 2708 2708 * Sets current sink to the desired output current. This can be set during