qcacmn: scheduler: Fix misspelling of "message"
Address the following issue in scheduler_api.h: CHECK: 'mesage' may be misspelled - perhaps 'message'? Change-Id: Iaf5138f335be1dad2db2e3c52ffd47e28da21251 CRs-Fixed: 2241581
This commit is contained in:

gecommit door
nshrivas

bovenliggende
24d440bccb
commit
4865edfd19
@@ -140,7 +140,7 @@ QDF_STATUS scheduler_deregister_module(QDF_MODULE_ID qid);
|
|||||||
/**
|
/**
|
||||||
* scheduler_post_msg_by_priority() - post messages by priority
|
* scheduler_post_msg_by_priority() - post messages by priority
|
||||||
* @qid: queue id to to post message
|
* @qid: queue id to to post message
|
||||||
* @msg: mesage pointer
|
* @msg: message pointer
|
||||||
* @is_high_priority: set to true for high priority message else false
|
* @is_high_priority: set to true for high priority message else false
|
||||||
*
|
*
|
||||||
* Return: QDF status
|
* Return: QDF status
|
||||||
@@ -151,7 +151,7 @@ QDF_STATUS scheduler_post_msg_by_priority(QDF_MODULE_ID qid,
|
|||||||
/**
|
/**
|
||||||
* scheduler_post_msg() - post normal messages(no priority)
|
* scheduler_post_msg() - post normal messages(no priority)
|
||||||
* @qid: queue id to to post message
|
* @qid: queue id to to post message
|
||||||
* @msg: mesage pointer
|
* @msg: message pointer
|
||||||
*
|
*
|
||||||
* Return: QDF status
|
* Return: QDF status
|
||||||
*/
|
*/
|
||||||
|
Verwijs in nieuw issue
Block a user