summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5665.c
diff options
context:
space:
mode:
authorRunrun Liu <liurunrun@uniontech.com>2026-01-19 10:53:02 +0800
committerMark Brown <broonie@kernel.org>2026-01-19 14:42:21 +0000
commita18467a50eddbd7c6548b53b25b68e5454ceb587 (patch)
tree1f2901cbf8c81fd83badbacee679eb5f0fefd983 /sound/soc/codecs/rt5665.c
parent7a3d1b04d938f31e112fe09c0ffc1af830ba1f6d (diff)
downloadlinux-next-a18467a50eddbd7c6548b53b25b68e5454ceb587.tar.gz
linux-next-a18467a50eddbd7c6548b53b25b68e5454ceb587.zip
ASoC: realtek: fix misspelling of "minimum" in comments
Fix the typo "miniumum" -> "minimum" in comments in rt5659, rt5665, rt5668, and rt5682-i2c codec drivers. This typo is already listed in scripts/spelling.txt by commit 8c3200265787 ("scripts/spelling.txt: add several more common spelling mistakes"). Suggested-by: Cryolitia PukNgae <cryolitia@uniontech.com> Signed-off-by: Runrun Liu <liurunrun@uniontech.com> Link: https://patch.msgid.link/3D20FA99934F2891+20260119025302.1288888-1-liurunrun@uniontech.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5665.c')
-rw-r--r--sound/soc/codecs/rt5665.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5665.c b/sound/soc/codecs/rt5665.c
index c7beccd54b16..38fb3a277e26 100644
--- a/sound/soc/codecs/rt5665.c
+++ b/sound/soc/codecs/rt5665.c
@@ -4688,7 +4688,7 @@ static int rt5665_i2c_probe(struct i2c_client *i2c)
return PTR_ERR(rt5665->gpiod_ldo1_en);
}
- /* Sleep for 300 ms miniumum */
+ /* Sleep for 300 ms minimum */
usleep_range(300000, 350000);
rt5665->regmap = devm_regmap_init_i2c(i2c, &rt5665_regmap);