linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] devfreq: Correct devm_devfreq_remove_device() documentation
@ 2019-07-24 18:59 ` Krzysztof Kozlowski
  2019-07-25  3:54   ` Chanwoo Choi
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-07-24 18:59 UTC (permalink / raw)
  To: MyungJoo Ham, Kyungmin Park, Chanwoo Choi, linux-pm, linux-kernel
  Cc: Krzysztof Kozlowski

Correct the documentation for devm_devfreq_remove_device() argument.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/devfreq/devfreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
index 784c08e4f931..446490c9d635 100644
--- a/drivers/devfreq/devfreq.c
+++ b/drivers/devfreq/devfreq.c
@@ -867,7 +867,7 @@ EXPORT_SYMBOL_GPL(devfreq_get_devfreq_by_phandle);
 
 /**
  * devm_devfreq_remove_device() - Resource-managed devfreq_remove_device()
- * @dev:	the device to add devfreq feature.
+ * @dev:	the device from which to remove devfreq feature.
  * @devfreq:	the devfreq instance to be removed
  */
 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] devfreq: Correct devm_devfreq_remove_device() documentation
  2019-07-24 18:59 ` [PATCH] devfreq: Correct devm_devfreq_remove_device() documentation Krzysztof Kozlowski
@ 2019-07-25  3:54   ` Chanwoo Choi
  0 siblings, 0 replies; 2+ messages in thread
From: Chanwoo Choi @ 2019-07-25  3:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, MyungJoo Ham, Kyungmin Park, linux-pm, linux-kernel

On 19. 7. 25. 오전 3:59, Krzysztof Kozlowski wrote:
> Correct the documentation for devm_devfreq_remove_device() argument.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/devfreq/devfreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
> index 784c08e4f931..446490c9d635 100644
> --- a/drivers/devfreq/devfreq.c
> +++ b/drivers/devfreq/devfreq.c
> @@ -867,7 +867,7 @@ EXPORT_SYMBOL_GPL(devfreq_get_devfreq_by_phandle);
>  
>  /**
>   * devm_devfreq_remove_device() - Resource-managed devfreq_remove_device()
> - * @dev:	the device to add devfreq feature.
> + * @dev:	the device from which to remove devfreq feature.
>   * @devfreq:	the devfreq instance to be removed
>   */
>  void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq)
> 

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-25  3:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20190724190003epcas4p29fa01d9bedd3b663c3bd10a68b52b778@epcas4p2.samsung.com>
2019-07-24 18:59 ` [PATCH] devfreq: Correct devm_devfreq_remove_device() documentation Krzysztof Kozlowski
2019-07-25  3:54   ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).