Skip to content

Commit

Permalink
regulator: Fix kernel-doc generation warnings.
Browse files Browse the repository at this point in the history
Add a couple kernel-doc lines to get rid of kernel-doc generation
warnings, no functional change.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
rpjday authored and broonie committed May 2, 2013
1 parent bee5465 commit 31d6eeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,10 @@ static void regulator_ena_gpio_free(struct regulator_dev *rdev)
}

/**
* Balance enable_count of each GPIO and actual GPIO pin control.
* regulator_ena_gpio_ctrl - balance enable_count of each GPIO and actual GPIO pin control
* @rdev: regulator_dev structure
* @enable: enable GPIO at initial use?
*
* GPIO is enabled in case of initial use. (enable_count is 0)
* GPIO is disabled when it is not shared any more. (enable_count <= 1)
*/
Expand Down

0 comments on commit 31d6eeb

Please sign in to comment.