Commit 22374e9f authored by Lee Jones's avatar Lee Jones Committed by Ulf Hansson

mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docs

Correcting this misspelling squashes the following W=1 build warning(s):

 mmc/core/queue.c:212: warning: Function parameter or member 'mq' not described in '__mmc_init_request'
 mmc/core/queue.c:212: warning: Excess function parameter 'q' description in '__mmc_init_request'
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200701124702.908713-8-lee.jones@linaro.orgSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent f51874b7
......@@ -203,7 +203,7 @@ static unsigned int mmc_get_max_segments(struct mmc_host *host)
/**
* mmc_init_request() - initialize the MMC-specific per-request data
* @q: the request queue
* @mq: the request queue
* @req: the request
* @gfp: memory allocation policy
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment