Skip to content

Commit 753a14d

Browse files
vireshkAlex Shi
authored andcommitted
PM / OPP: Fix incorrect comments
Some comments were just copy/pasted from other sections and don't match to the routines they were added for. Fix them. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> (cherry picked from commit a5da64477ee79efa748df256928ec8840a2a7986) Signed-off-by: Alex Shi <alex.shi@linaro.org>
1 parent da978b6 commit 753a14d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/base/power/opp/core.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_set_supported_hw);
12541254

12551255
/**
12561256
* dev_pm_opp_put_supported_hw() - Releases resources blocked for supported hw
1257-
* @dev: Device for which supported-hw has to be set.
1257+
* @dev: Device for which supported-hw has to be put.
12581258
*
12591259
* This is required only for the V2 bindings, and is called for a matching
12601260
* dev_pm_opp_set_supported_hw(). Until this is called, the device_opp structure
@@ -1303,7 +1303,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_put_supported_hw);
13031303

13041304
/**
13051305
* dev_pm_opp_set_prop_name() - Set prop-extn name
1306-
* @dev: Device for which the regulator has to be set.
1306+
* @dev: Device for which the prop-name has to be set.
13071307
* @name: name to postfix to properties.
13081308
*
13091309
* This is required only for the V2 bindings, and it enables a platform to
@@ -1362,7 +1362,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_set_prop_name);
13621362

13631363
/**
13641364
* dev_pm_opp_put_prop_name() - Releases resources blocked for prop-name
1365-
* @dev: Device for which the regulator has to be set.
1365+
* @dev: Device for which the prop-name has to be put.
13661366
*
13671367
* This is required only for the V2 bindings, and is called for a matching
13681368
* dev_pm_opp_set_prop_name(). Until this is called, the device_opp structure

0 commit comments

Comments
 (0)