mmc: sdio: Spelling s/compement/complement/

Fix a misspelling of "complement".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/a650c8b930a30f5902f4fcfe23877314d098abde.1672763862.git.geert+renesas@glider.be
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Geert Uytterhoeven 2023-01-03 17:38:51 +01:00 committed by Ulf Hansson
parent b0197e47a5
commit 930ba0cb7d

View File

@ -766,7 +766,7 @@ EXPORT_SYMBOL_GPL(sdio_retune_crc_disable);
* sdio_retune_crc_enable - re-enable retuning on CRC errors * sdio_retune_crc_enable - re-enable retuning on CRC errors
* @func: SDIO function attached to host * @func: SDIO function attached to host
* *
* This is the compement to sdio_retune_crc_disable(). * This is the complement to sdio_retune_crc_disable().
*/ */
void sdio_retune_crc_enable(struct sdio_func *func) void sdio_retune_crc_enable(struct sdio_func *func)
{ {