diff mbox series

[trivial] mmc: sdio: Spelling s/compement/complement/

Message ID a650c8b930a30f5902f4fcfe23877314d098abde.1672763862.git.geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show
Series [trivial] mmc: sdio: Spelling s/compement/complement/ | expand

Commit Message

Geert Uytterhoeven Jan. 3, 2023, 4:38 p.m. UTC
Fix a misspelling of "complement".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/mmc/core/sdio_io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ulf Hansson Jan. 16, 2023, 12:16 p.m. UTC | #1
On Tue, 3 Jan 2023 at 17:38, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
>
> Fix a misspelling of "complement".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/core/sdio_io.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/core/sdio_io.c b/drivers/mmc/core/sdio_io.c
> index 79dbf90216b599c7..b774bf51981d05a4 100644
> --- a/drivers/mmc/core/sdio_io.c
> +++ b/drivers/mmc/core/sdio_io.c
> @@ -766,7 +766,7 @@ EXPORT_SYMBOL_GPL(sdio_retune_crc_disable);
>   *     sdio_retune_crc_enable - re-enable retuning on CRC errors
>   *     @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)
>  {
> --
> 2.25.1
>
diff mbox series

Patch

diff --git a/drivers/mmc/core/sdio_io.c b/drivers/mmc/core/sdio_io.c
index 79dbf90216b599c7..b774bf51981d05a4 100644
--- a/drivers/mmc/core/sdio_io.c
+++ b/drivers/mmc/core/sdio_io.c
@@ -766,7 +766,7 @@  EXPORT_SYMBOL_GPL(sdio_retune_crc_disable);
  *	sdio_retune_crc_enable - re-enable retuning on CRC errors
  *	@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)
 {