aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.c
diff options
context:
space:
mode:
authorLee Jones <[email protected]>2020-07-01 12:46:54 +0000
committerUlf Hansson <[email protected]>2020-07-13 10:18:25 +0000
commit22374e9f2996b6a4460baa272121fbd2b47ea717 (patch)
treea61d4df2c1807372d2fe16b1470c3ad0978b0e72 /drivers/mmc/core/queue.c
parentmmc: atmel-mci: Provide 2 new and correct 1 existing property description (diff)
downloadkernel-22374e9f2996b6a4460baa272121fbd2b47ea717.tar.gz
kernel-22374e9f2996b6a4460baa272121fbd2b47ea717.zip
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: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'drivers/mmc/core/queue.c')
-rw-r--r--drivers/mmc/core/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
index 4b1eb89b401d..6c022ef0f84d 100644
--- a/drivers/mmc/core/queue.c
+++ b/drivers/mmc/core/queue.c
@@ -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
*/