diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-06-18 15:35:26 -0400 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-06-19 08:21:01 -0400 |
commit | 43df61051ab9af985ec439ee9be9c299e7de34e8 (patch) | |
tree | 5316197b60eb8478216e69c89bab3bcf3d4082f7 /drivers/power/power_supply_core.c | |
parent | 85a5965e1dc5473fd2ae5ff0cb071cfc597c3451 (diff) |
power_supply: Correct kerneldoc copy paste errors
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/power_supply_core.c')
-rw-r--r-- | drivers/power/power_supply_core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/power/power_supply_core.c b/drivers/power/power_supply_core.c index a44d4554af4f..869284c2e1e8 100644 --- a/drivers/power/power_supply_core.c +++ b/drivers/power/power_supply_core.c | |||
@@ -824,7 +824,7 @@ struct power_supply *__must_check power_supply_register(struct device *parent, | |||
824 | EXPORT_SYMBOL_GPL(power_supply_register); | 824 | EXPORT_SYMBOL_GPL(power_supply_register); |
825 | 825 | ||
826 | /** | 826 | /** |
827 | * power_supply_register() - Register new non-waking-source power supply | 827 | * power_supply_register_no_ws() - Register new non-waking-source power supply |
828 | * @parent: Device to be a parent of power supply's device, usually | 828 | * @parent: Device to be a parent of power supply's device, usually |
829 | * the device which probe function calls this | 829 | * the device which probe function calls this |
830 | * @desc: Description of power supply, must be valid through whole | 830 | * @desc: Description of power supply, must be valid through whole |
@@ -854,7 +854,7 @@ static void devm_power_supply_release(struct device *dev, void *res) | |||
854 | } | 854 | } |
855 | 855 | ||
856 | /** | 856 | /** |
857 | * power_supply_register() - Register managed power supply | 857 | * devm_power_supply_register() - Register managed power supply |
858 | * @parent: Device to be a parent of power supply's device, usually | 858 | * @parent: Device to be a parent of power supply's device, usually |
859 | * the device which probe function calls this | 859 | * the device which probe function calls this |
860 | * @desc: Description of power supply, must be valid through whole | 860 | * @desc: Description of power supply, must be valid through whole |
@@ -890,7 +890,7 @@ devm_power_supply_register(struct device *parent, | |||
890 | EXPORT_SYMBOL_GPL(devm_power_supply_register); | 890 | EXPORT_SYMBOL_GPL(devm_power_supply_register); |
891 | 891 | ||
892 | /** | 892 | /** |
893 | * power_supply_register() - Register managed non-waking-source power supply | 893 | * devm_power_supply_register_no_ws() - Register managed non-waking-source power supply |
894 | * @parent: Device to be a parent of power supply's device, usually | 894 | * @parent: Device to be a parent of power supply's device, usually |
895 | * the device which probe function calls this | 895 | * the device which probe function calls this |
896 | * @desc: Description of power supply, must be valid through whole | 896 | * @desc: Description of power supply, must be valid through whole |