public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: fsl_easrc: fix comment typo
@ 2026-03-16 18:05 Joseph Salisbury
  2026-03-16 21:52 ` Mark Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joseph Salisbury @ 2026-03-16 18:05 UTC (permalink / raw)
  To: Shengjiu Wang, Xiubo Li, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai
  Cc: Fabio Estevam, Nicolin Chen, linux-sound, linuxppc-dev,
	linux-kernel

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>
---
 sound/soc/fsl/fsl_easrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/fsl/fsl_easrc.c b/sound/soc/fsl/fsl_easrc.c
index 6c56134c60cc..599e439b359a 100644
--- a/sound/soc/fsl/fsl_easrc.c
+++ b/sound/soc/fsl/fsl_easrc.c
@@ -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)
 {
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: fsl_easrc: fix comment typo
  2026-03-16 18:05 [PATCH] ASoC: fsl_easrc: fix comment typo Joseph Salisbury
@ 2026-03-16 21:52 ` Mark Brown
  2026-03-16 21:58 ` Mark Brown
  2026-03-16 23:50 ` [External] : " Joseph Salisbury
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2026-03-16 21:52 UTC (permalink / raw)
  To: Shengjiu Wang, Xiubo Li, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Joseph Salisbury
  Cc: Fabio Estevam, Nicolin Chen, linux-sound, linuxppc-dev,
	linux-kernel

On Mon, 16 Mar 2026 14:05:45 -0400, Joseph Salisbury wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: fsl_easrc: fix comment typo
      https://git.kernel.org/broonie/misc/c/804dce6c73fd

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: fsl_easrc: fix comment typo
  2026-03-16 18:05 [PATCH] ASoC: fsl_easrc: fix comment typo Joseph Salisbury
  2026-03-16 21:52 ` Mark Brown
@ 2026-03-16 21:58 ` Mark Brown
  2026-03-16 23:50 ` [External] : " Joseph Salisbury
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2026-03-16 21:58 UTC (permalink / raw)
  To: Shengjiu Wang, Xiubo Li, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Joseph Salisbury
  Cc: Fabio Estevam, Nicolin Chen, linux-sound, linuxppc-dev,
	linux-kernel

On Mon, 16 Mar 2026 14:05:45 -0400, Joseph Salisbury wrote:
> ASoC: fsl_easrc: fix comment typo

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.1

Thanks!

[1/1] ASoC: fsl_easrc: fix comment typo
      https://git.kernel.org/broonie/sound/c/804dce6c73fd

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [External] : [PATCH] ASoC: fsl_easrc: fix comment typo
  2026-03-16 18:05 [PATCH] ASoC: fsl_easrc: fix comment typo Joseph Salisbury
  2026-03-16 21:52 ` Mark Brown
  2026-03-16 21:58 ` Mark Brown
@ 2026-03-16 23:50 ` Joseph Salisbury
  2026-03-17 12:19   ` Mark Brown
  2 siblings, 1 reply; 5+ messages in thread
From: Joseph Salisbury @ 2026-03-16 23:50 UTC (permalink / raw)
  To: Shengjiu Wang, Xiubo Li, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai
  Cc: Fabio Estevam, Nicolin Chen, linux-sound, linuxppc-dev,
	linux-kernel



On 3/16/26 2:05 PM, Joseph Salisbury wrote:
> 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>
> ---
>   sound/soc/fsl/fsl_easrc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/fsl/fsl_easrc.c b/sound/soc/fsl/fsl_easrc.c
> index 6c56134c60cc..599e439b359a 100644
> --- a/sound/soc/fsl/fsl_easrc.c
> +++ b/sound/soc/fsl/fsl_easrc.c
> @@ -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)
>   {
I inadvertently added Fixes: and Cc: stable tags.  If possible, please 
remove them as they are not appropriate for fixes to misspellings in 
code comments.  If it's not possible to remove them, I can send a v2.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [External] : [PATCH] ASoC: fsl_easrc: fix comment typo
  2026-03-16 23:50 ` [External] : " Joseph Salisbury
@ 2026-03-17 12:19   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2026-03-17 12:19 UTC (permalink / raw)
  To: Joseph Salisbury
  Cc: Shengjiu Wang, Xiubo Li, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Fabio Estevam, Nicolin Chen, linux-sound,
	linuxppc-dev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

On Mon, Mar 16, 2026 at 07:50:57PM -0400, Joseph Salisbury wrote:
> On 3/16/26 2:05 PM, Joseph Salisbury wrote:

> > Fixes: 955ac624058f ("ASoC: fsl_easrc: Add EASRC ASoC CPU DAI drivers")
> > Cc: stable@vger.kernel.org

> I inadvertently added Fixes: and Cc: stable tags.  If possible, please
> remove them as they are not appropriate for fixes to misspellings in code
> comments.  If it's not possible to remove them, I can send a v2.

Oops, yes.  Sorry, but I already applied this and there's a merge on top
of it.  It'll not do too much harm, worst case the patch gets
backported and does no harm.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-17 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 18:05 [PATCH] ASoC: fsl_easrc: fix comment typo Joseph Salisbury
2026-03-16 21:52 ` Mark Brown
2026-03-16 21:58 ` Mark Brown
2026-03-16 23:50 ` [External] : " Joseph Salisbury
2026-03-17 12:19   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox