projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34b78dd
)
ASoC: tas2781: correct the wrong period
author
Shenghao Ding
<shenghao-ding@ti.com>
Fri, 21 Nov 2025 23:44:27 +0000
(07:44 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 24 Nov 2025 11:31:21 +0000
(11:31 +0000)
A wrong preiod at the end of the sentence was reported by one of my
customers. Their thorough code review is greatly appreciated.
Fixes:
49e2e353fb0d
("ASoC: tas2781: Add Calibration Kcontrols for Chromebook")
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link:
https://patch.msgid.link/20251121234427.402-1-shenghao-ding@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2781-i2c.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/tas2781-i2c.c
b/sound/soc/codecs/tas2781-i2c.c
index
8f37aa0
..
a3b4d2c
100644
(file)
--- a/
sound/soc/codecs/tas2781-i2c.c
+++ b/
sound/soc/codecs/tas2781-i2c.c
@@
-1391,7
+1391,7
@@
static int tasdevice_create_cali_ctrls(struct tasdevice_priv *priv)
/*
* Alloc kcontrol via devm_kzalloc(), which don't manually
- * free the kcontrol
。
+ * free the kcontrol
.
*/
cali_ctrls = devm_kcalloc(priv->dev, nctrls,
sizeof(cali_ctrls[0]), GFP_KERNEL);