From: Axel Lin Date: Thu, 29 Mar 2012 04:21:17 +0000 (+0800) Subject: regulator: Fix comments in include/linux/regulator/machine.h X-Git-Tag: v3.4-rc2~22^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15c08f664d8ca4f4d0e202cbd4034422a706ef80;p=profile%2Fivi%2Fkernel-x86-ivi.git regulator: Fix comments in include/linux/regulator/machine.h Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h index 7abb160..b021084 100644 --- a/include/linux/regulator/machine.h +++ b/include/linux/regulator/machine.h @@ -71,7 +71,7 @@ struct regulator_state { * @uV_offset: Offset applied to voltages from consumer to compensate for * voltage drops. * - * @min_uA: Smallest consumers consumers may set. + * @min_uA: Smallest current consumers may set. * @max_uA: Largest current consumers may set. * * @valid_modes_mask: Mask of modes which may be configured by consumers. @@ -134,10 +134,8 @@ struct regulation_constraints { /** * struct regulator_consumer_supply - supply -> device mapping * - * This maps a supply name to a device. Only one of dev or dev_name - * can be specified. Use of dev_name allows support for buses which - * make struct device available late such as I2C and is the preferred - * form. + * This maps a supply name to a device. Use of dev_name allows support for + * buses which make struct device available late such as I2C. * * @dev_name: Result of dev_name() for the consumer. * @supply: Name for the supply.