aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/devfreq-event.c
diff options
context:
space:
mode:
authorKieran Bingham <[email protected]>2020-06-09 12:46:05 +0000
committerChanwoo Choi <[email protected]>2020-07-30 08:22:57 +0000
commitada795966a9ff7da2d5b4cd66dd5e1e17edd28a5 (patch)
treeea4dce57b80081b123faf36ec021b421fc3a6a7e /drivers/devfreq/devfreq-event.c
parentPM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent (diff)
downloadkernel-ada795966a9ff7da2d5b4cd66dd5e1e17edd28a5.tar.gz
kernel-ada795966a9ff7da2d5b4cd66dd5e1e17edd28a5.zip
PM / devfreq: event: Fix trivial spelling
The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptors -> descriptors Signed-off-by: Kieran Bingham <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
Diffstat (limited to 'drivers/devfreq/devfreq-event.c')
-rw-r--r--drivers/devfreq/devfreq-event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
index 8c31b0f2e28f..56efbeb7851e 100644
--- a/drivers/devfreq/devfreq-event.c
+++ b/drivers/devfreq/devfreq-event.c
@@ -293,7 +293,7 @@ static void devfreq_event_release_edev(struct device *dev)
/**
* devfreq_event_add_edev() - Add new devfreq-event device.
* @dev : the device owning the devfreq-event device being created
- * @desc : the devfreq-event device's decriptor which include essential
+ * @desc : the devfreq-event device's descriptor which include essential
* data for devfreq-event device.
*
* Note that this function add new devfreq-event device to devfreq-event class
@@ -385,7 +385,7 @@ static void devm_devfreq_event_release(struct device *dev, void *res)
/**
* devm_devfreq_event_add_edev() - Resource-managed devfreq_event_add_edev()
* @dev : the device owning the devfreq-event device being created
- * @desc : the devfreq-event device's decriptor which include essential
+ * @desc : the devfreq-event device's descriptor which include essential
* data for devfreq-event device.
*
* Note that this function manages automatically the memory of devfreq-event