]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: fsl_easrc: fix comment typo
authorJoseph Salisbury <joseph.salisbury@oracle.com>
Mon, 16 Mar 2026 18:05:45 +0000 (14:05 -0400)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 18:26:28 +0000 (18:26 +0000)
commit804dce6c73fdfa44184ee4e8b09abad7f5da408f
tree07fb008dabea7355cd7aabf7e5e49e4c50454d7a
parent6afaa3a69ff9c9b3ebfd600228d84159a3ed5ace
ASoC: fsl_easrc: fix comment typo

The file contains a spelling error in a source comment (funciton).

Typos in comments reduce readability and make text searches less reliable
for developers and maintainers.

Replace 'funciton' with 'function' in the affected comment. This is a
comment-only cleanup and does not change behavior.

Fixes: 955ac624058f ("ASoC: fsl_easrc: Add EASRC ASoC CPU DAI drivers")
Cc: stable@vger.kernel.org
Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com>
Link: https://patch.msgid.link/20260316180545.144032-1-joseph.salisbury@oracle.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_easrc.c