Skip to content

Commit ada7959

Browse files
kbinghamchanwoochoi
authored andcommitted
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]>
1 parent 63ef91f commit ada7959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/devfreq/devfreq-event.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ static void devfreq_event_release_edev(struct device *dev)
293293
/**
294294
* devfreq_event_add_edev() - Add new devfreq-event device.
295295
* @dev : the device owning the devfreq-event device being created
296-
* @desc : the devfreq-event device's decriptor which include essential
296+
* @desc : the devfreq-event device's descriptor which include essential
297297
* data for devfreq-event device.
298298
*
299299
* 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)
385385
/**
386386
* devm_devfreq_event_add_edev() - Resource-managed devfreq_event_add_edev()
387387
* @dev : the device owning the devfreq-event device being created
388-
* @desc : the devfreq-event device's decriptor which include essential
388+
* @desc : the devfreq-event device's descriptor which include essential
389389
* data for devfreq-event device.
390390
*
391391
* Note that this function manages automatically the memory of devfreq-event

0 commit comments

Comments
 (0)