* [PATCH] mci: core: fix typos
@ 2024-06-13 13:28 Jules Maselbas
2024-06-14 6:33 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Jules Maselbas @ 2024-06-13 13:28 UTC (permalink / raw)
To: barebox; +Cc: Jules Maselbas
Signed-off-by: Jules Maselbas <jmaselbas@zdiv.net>
---
drivers/mci/mci-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c
index b4139be11e..de1efe3bb9 100644
--- a/drivers/mci/mci-core.c
+++ b/drivers/mci/mci-core.c
@@ -1619,7 +1619,7 @@ static int mci_startup(struct mci *mci)
/*
* For MMC cards, set the Relative Address.
- * For SD cards, get the Relatvie Address.
+ * For SD cards, get the Relative Address.
* This also puts the cards into Standby State
*/
if (!mmc_host_is_spi(host)) { /* cmd not supported in spi */
@@ -1655,7 +1655,7 @@ static int mci_startup(struct mci *mci)
mci_extract_block_lengths_from_csd(mci);
mci_extract_card_dsr_imp_from_csd(mci);
- /* sanitiy? */
+ /* sanity? */
if (mci->read_bl_len > SECTOR_SIZE) {
mci->read_bl_len = SECTOR_SIZE;
dev_dbg(&mci->dev, "Limiting max. read block size down to %u\n",
--
2.45.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mci: core: fix typos
2024-06-13 13:28 [PATCH] mci: core: fix typos Jules Maselbas
@ 2024-06-14 6:33 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-06-14 6:33 UTC (permalink / raw)
To: barebox, Jules Maselbas
On Thu, 13 Jun 2024 15:28:20 +0200, Jules Maselbas wrote:
>
Applied, thanks!
[1/1] mci: core: fix typos
https://git.pengutronix.de/cgit/barebox/commit/?id=cd74c163f8af (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-14 6:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-13 13:28 [PATCH] mci: core: fix typos Jules Maselbas
2024-06-14 6:33 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox