]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: Fix typos in comments and debug messages
authorTanmay Kathpalia <tanmay.kathpalia@altera.com>
Sun, 25 Jan 2026 12:39:57 +0000 (04:39 -0800)
committerPeng Fan <peng.fan@nxp.com>
Tue, 3 Feb 2026 14:11:05 +0000 (22:11 +0800)
commit7f9e9b50336777ce07ca7d7bc40bd82856d12468
tree16f2b7b438d4bb1672d64d2ef4d509e8d2fca733
parent9652f2591d52804ffd9e88faecfe0ba246d6c317
mmc: Fix typos in comments and debug messages

Fix the following typos in drivers/mmc/mmc.c:
- "neiter" -> "neither" in __mmc_switch() comment
- "witdh" -> "width" in bus_width() warning message
- "enver" -> "never" in mmc_select_mode_and_width() comment

Signed-off-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/mmc.c