Skip to content

Commit

Permalink
regulator: fix kernel-doc for set_consumer_device_supply
Browse files Browse the repository at this point in the history
Fix kernel-doc warning for set_consumer_device_supply():

Warning(drivers/regulator/core.c:912): missing initial short description on line:
 * set_consumer_device_supply: Bind a regulator to a symbolic supply

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc:	Liam Girdwood <lrg@slimlogic.co.uk>
Cc:	Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Randy Dunlap authored and Liam Girdwood committed Nov 30, 2010
1 parent f3c18a8 commit 06c63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ static int set_supply(struct regulator_dev *rdev,
}

/**
* set_consumer_device_supply: Bind a regulator to a symbolic supply
* set_consumer_device_supply - Bind a regulator to a symbolic supply
* @rdev: regulator source
* @consumer_dev: device the supply applies to
* @consumer_dev_name: dev_name() string for device supply applies to
Expand Down

0 comments on commit 06c63f9

Please sign in to comment.