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

Configure Feed

Select the types of activity you want to include in your feed.

ASoc: PCM6240: Fix spelling mistake: "deley" -> "delay"

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240423074428.1313777-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Colin Ian King and committed by
Mark Brown
fe2a8413 701a22fd

+1 -1
+1 -1
sound/soc/codecs/pcm6240.c
··· 1772 1772 int offset = 2; 1773 1773 1774 1774 if (offset + 2 > sublocksize) { 1775 - dev_err(pcm_dev->dev, "%s: dev-%d deley out of boundary\n", 1775 + dev_err(pcm_dev->dev, "%s: dev-%d delay out of boundary\n", 1776 1776 __func__, devn); 1777 1777 return -EINVAL; 1778 1778 }