diff mbox series

PM/devfreq: event: A typo fix

Message ID 20210319022521.20663-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Delegated to: Chanwoo Choi
Headers show
Series PM/devfreq: event: A typo fix | expand

Commit Message

Bhaskar Chowdhury March 19, 2021, 2:25 a.m. UTC
s/devie/device/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/linux/devfreq-event.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.26.2

Comments

Randy Dunlap March 19, 2021, 6:05 p.m. UTC | #1
On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/devie/device/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> include/linux/devfreq-event.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/devfreq-event.h b/include/linux/devfreq-event.h
> index 4a50a5c71a5f..2489d11e0513 100644
> --- a/include/linux/devfreq-event.h
> +++ b/include/linux/devfreq-event.h
> @@ -56,7 +56,7 @@ struct devfreq_event_data {
>  * @disable	: Disable the devfreq-event device.
>  * @reset	: Reset all setting of the devfreq-event device.
>  * @set_event	: Set the specific event type for the devfreq-event device.
> - * @get_event	: Get the result of the devfreq-event devie with specific
> + * @get_event	: Get the result of the devfreq-event device with specific
>  *		  event type.
>  *
>  * This structure contains devfreq-event device operations which can be
> --
> 2.26.2
>
>
diff mbox series

Patch

diff --git a/include/linux/devfreq-event.h b/include/linux/devfreq-event.h
index 4a50a5c71a5f..2489d11e0513 100644
--- a/include/linux/devfreq-event.h
+++ b/include/linux/devfreq-event.h
@@ -56,7 +56,7 @@  struct devfreq_event_data {
  * @disable	: Disable the devfreq-event device.
  * @reset	: Reset all setting of the devfreq-event device.
  * @set_event	: Set the specific event type for the devfreq-event device.
- * @get_event	: Get the result of the devfreq-event devie with specific
+ * @get_event	: Get the result of the devfreq-event device with specific
  *		  event type.
  *
  * This structure contains devfreq-event device operations which can be