aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/power/power_supply_core.c6
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,
824EXPORT_SYMBOL_GPL(power_supply_register); 824EXPORT_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,
890EXPORT_SYMBOL_GPL(devm_power_supply_register); 890EXPORT_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