提交 15c08f66 编写于 作者: A Axel Lin 提交者: Mark Brown

regulator: Fix comments in include/linux/regulator/machine.h

Signed-off-by: NAxel Lin <axel.lin@gmail.com>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 cee1a799
...@@ -71,7 +71,7 @@ struct regulator_state { ...@@ -71,7 +71,7 @@ struct regulator_state {
* @uV_offset: Offset applied to voltages from consumer to compensate for * @uV_offset: Offset applied to voltages from consumer to compensate for
* voltage drops. * voltage drops.
* *
* @min_uA: Smallest consumers consumers may set. * @min_uA: Smallest current consumers may set.
* @max_uA: Largest current consumers may set. * @max_uA: Largest current consumers may set.
* *
* @valid_modes_mask: Mask of modes which may be configured by consumers. * @valid_modes_mask: Mask of modes which may be configured by consumers.
...@@ -134,10 +134,8 @@ struct regulation_constraints { ...@@ -134,10 +134,8 @@ struct regulation_constraints {
/** /**
* struct regulator_consumer_supply - supply -> device mapping * struct regulator_consumer_supply - supply -> device mapping
* *
* This maps a supply name to a device. Only one of dev or dev_name * This maps a supply name to a device. Use of dev_name allows support for
* can be specified. Use of dev_name allows support for buses which * buses which make struct device available late such as I2C.
* make struct device available late such as I2C and is the preferred
* form.
* *
* @dev_name: Result of dev_name() for the consumer. * @dev_name: Result of dev_name() for the consumer.
* @supply: Name for the supply. * @supply: Name for the supply.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册