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

Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus

+4 -1
+4 -1
drivers/regulator/core.c
··· 1539 1539 } 1540 1540 1541 1541 /** 1542 - * Balance enable_count of each GPIO and actual GPIO pin control. 1542 + * regulator_ena_gpio_ctrl - balance enable_count of each GPIO and actual GPIO pin control 1543 + * @rdev: regulator_dev structure 1544 + * @enable: enable GPIO at initial use? 1545 + * 1543 1546 * GPIO is enabled in case of initial use. (enable_count is 0) 1544 1547 * GPIO is disabled when it is not shared any more. (enable_count <= 1) 1545 1548 */