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

authored by

Joseph Salisbury and committed by
Mark Brown
804dce6c 6afaa3a6

+1 -1
+1 -1
sound/soc/fsl/fsl_easrc.c
··· 1286 1286 /* 1287 1287 * Release the context 1288 1288 * 1289 - * This funciton is mainly doing the revert thing in request context 1289 + * This function is mainly doing the revert thing in request context 1290 1290 */ 1291 1291 static void fsl_easrc_release_context(struct fsl_asrc_pair *ctx) 1292 1292 {