Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Shenghao Ding and committed by
Mark Brown
950167a9 34b78ddd

+1 -1
+1 -1
sound/soc/codecs/tas2781-i2c.c
··· 1391 1391 1392 1392 /* 1393 1393 * Alloc kcontrol via devm_kzalloc(), which don't manually 1394 - * free the kcontrol。 1394 + * free the kcontrol. 1395 1395 */ 1396 1396 cali_ctrls = devm_kcalloc(priv->dev, nctrls, 1397 1397 sizeof(cali_ctrls[0]), GFP_KERNEL);