Skip to content

Commit 950167a

Browse files
Shenghao-Dingbroonie
authored andcommitted
ASoC: tas2781: correct the wrong period
A wrong preiod at the end of the sentence was reported by one of my customers. Their thorough code review is greatly appreciated. Fixes: 49e2e35 ("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>
1 parent 34b78dd commit 950167a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/tas2781-i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ static int tasdevice_create_cali_ctrls(struct tasdevice_priv *priv)
13911391

13921392
/*
13931393
* Alloc kcontrol via devm_kzalloc(), which don't manually
1394-
* free the kcontrol
1394+
* free the kcontrol.
13951395
*/
13961396
cali_ctrls = devm_kcalloc(priv->dev, nctrls,
13971397
sizeof(cali_ctrls[0]), GFP_KERNEL);

0 commit comments

Comments
 (0)