diff options
| author | Yu Jiaoliang <yujiaoliang@vivo.com> | 2024-09-29 17:34:18 +0800 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2024-10-14 12:40:10 +0200 |
| commit | 05edd60f0d9c10f14d97b0ff923c3ed7c8b9e6b2 (patch) | |
| tree | 4a391eaf7fd3e7ae43a0bc3d46f60e4ebc4bcbfd /drivers/mmc/host/atmel-mci.c | |
| parent | memstick: Constify struct memstick_device_id (diff) | |
| download | linux-05edd60f0d9c10f14d97b0ff923c3ed7c8b9e6b2.tar.gz linux-05edd60f0d9c10f14d97b0ff923c3ed7c8b9e6b2.zip | |
mmc: host: Fix typos in comments across various files
This patch corrects several typos in comments within the mmc/host
directory. No functional changes are introduced, only comment
improvements for better readability.
Detected using codespell.
Signed-off-by: Yu Jiaoliang <yujiaoliang@vivo.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20240929093418.526901-1-yujiaoliang@vivo.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
| -rw-r--r-- | drivers/mmc/host/atmel-mci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index 204055b3c042..fc360902729d 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/drivers/mmc/host/atmel-mci.c @@ -860,7 +860,7 @@ static void atmci_send_stop_cmd(struct atmel_mci *host, struct mmc_data *data) } /* - * Configure given PDC buffer taking care of alignement issues. + * Configure given PDC buffer taking care of alignment issues. * Update host->data_size and host->sg. */ static void atmci_pdc_set_single_buf(struct atmel_mci *host, |
