mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
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: 955ac62405 ("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>
This commit is contained in:
@@ -1286,7 +1286,7 @@ static int fsl_easrc_request_context(int channels, struct fsl_asrc_pair *ctx)
|
||||
/*
|
||||
* Release the context
|
||||
*
|
||||
* This funciton is mainly doing the revert thing in request context
|
||||
* This function is mainly doing the revert thing in request context
|
||||
*/
|
||||
static void fsl_easrc_release_context(struct fsl_asrc_pair *ctx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user