diff mbox series

PM / devfreq: Fix spelling typo

Message ID 20190502182736.5587-1-gael.portay@collabora.com (mailing list archive)
State Not Applicable, archived
Headers show
Series PM / devfreq: Fix spelling typo | expand

Commit Message

Gaël PORTAY May 2, 2019, 6:27 p.m. UTC
Add missing 'r' in "monitoing".

Signed-off-by: Gaël PORTAY <gael.portay@collabora.com>
---
 drivers/devfreq/devfreq.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Chanwoo Choi May 3, 2019, 5:56 a.m. UTC | #1
On 19. 5. 3. 오전 3:27, Gaël PORTAY wrote:
> Add missing 'r' in "monitoing".
> 
> Signed-off-by: Gaël PORTAY <gael.portay@collabora.com>
> ---
>  drivers/devfreq/devfreq.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
> index 0ae3de76833b..20d1afa2d474 100644
> --- a/drivers/devfreq/devfreq.c
> +++ b/drivers/devfreq/devfreq.c
> @@ -400,7 +400,7 @@ static void devfreq_monitor(struct work_struct *work)
>   * devfreq_monitor_start() - Start load monitoring of devfreq instance
>   * @devfreq:	the devfreq instance.
>   *
> - * Helper function for starting devfreq device load monitoing. By
> + * Helper function for starting devfreq device load monitoring. By
>   * default delayed work based monitoring is supported. Function
>   * to be called from governor in response to DEVFREQ_GOV_START
>   * event when device is added to devfreq framework.
> @@ -418,7 +418,7 @@ EXPORT_SYMBOL(devfreq_monitor_start);
>   * devfreq_monitor_stop() - Stop load monitoring of a devfreq instance
>   * @devfreq:	the devfreq instance.
>   *
> - * Helper function to stop devfreq device load monitoing. Function
> + * Helper function to stop devfreq device load monitoring. Function
>   * to be called from governor in response to DEVFREQ_GOV_STOP
>   * event when device is removed from devfreq framework.
>   */
> @@ -432,7 +432,7 @@ EXPORT_SYMBOL(devfreq_monitor_stop);
>   * devfreq_monitor_suspend() - Suspend load monitoring of a devfreq instance
>   * @devfreq:	the devfreq instance.
>   *
> - * Helper function to suspend devfreq device load monitoing. Function
> + * Helper function to suspend devfreq device load monitoring. Function
>   * to be called from governor in response to DEVFREQ_GOV_SUSPEND
>   * event or when polling interval is set to zero.
>   *
> @@ -459,7 +459,7 @@ EXPORT_SYMBOL(devfreq_monitor_suspend);
>   * devfreq_monitor_resume() - Resume load monitoring of a devfreq instance
>   * @devfreq:    the devfreq instance.
>   *
> - * Helper function to resume devfreq device load monitoing. Function
> + * Helper function to resume devfreq device load monitoring. Function
>   * to be called from governor in response to DEVFREQ_GOV_RESUME
>   * event or when polling interval is set to non-zero.
>   */
> 

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

Patch

diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
index 0ae3de76833b..20d1afa2d474 100644
--- a/drivers/devfreq/devfreq.c
+++ b/drivers/devfreq/devfreq.c
@@ -400,7 +400,7 @@  static void devfreq_monitor(struct work_struct *work)
  * devfreq_monitor_start() - Start load monitoring of devfreq instance
  * @devfreq:	the devfreq instance.
  *
- * Helper function for starting devfreq device load monitoing. By
+ * Helper function for starting devfreq device load monitoring. By
  * default delayed work based monitoring is supported. Function
  * to be called from governor in response to DEVFREQ_GOV_START
  * event when device is added to devfreq framework.
@@ -418,7 +418,7 @@  EXPORT_SYMBOL(devfreq_monitor_start);
  * devfreq_monitor_stop() - Stop load monitoring of a devfreq instance
  * @devfreq:	the devfreq instance.
  *
- * Helper function to stop devfreq device load monitoing. Function
+ * Helper function to stop devfreq device load monitoring. Function
  * to be called from governor in response to DEVFREQ_GOV_STOP
  * event when device is removed from devfreq framework.
  */
@@ -432,7 +432,7 @@  EXPORT_SYMBOL(devfreq_monitor_stop);
  * devfreq_monitor_suspend() - Suspend load monitoring of a devfreq instance
  * @devfreq:	the devfreq instance.
  *
- * Helper function to suspend devfreq device load monitoing. Function
+ * Helper function to suspend devfreq device load monitoring. Function
  * to be called from governor in response to DEVFREQ_GOV_SUSPEND
  * event or when polling interval is set to zero.
  *
@@ -459,7 +459,7 @@  EXPORT_SYMBOL(devfreq_monitor_suspend);
  * devfreq_monitor_resume() - Resume load monitoring of a devfreq instance
  * @devfreq:    the devfreq instance.
  *
- * Helper function to resume devfreq device load monitoing. Function
+ * Helper function to resume devfreq device load monitoring. Function
  * to be called from governor in response to DEVFREQ_GOV_RESUME
  * event or when polling interval is set to non-zero.
  */