diff mbox series

ASoC: SOF: sof-client: trivial: fix comment typo

Message ID 20231031112218.79136-1-eugen.hristev@collabora.com (mailing list archive)
State Accepted
Commit 45f2f28bd498fb697d07a38775d55f0f50fee5ca
Headers show
Series ASoC: SOF: sof-client: trivial: fix comment typo | expand

Commit Message

Eugen Hristev Oct. 31, 2023, 11:22 a.m. UTC
Fix typo s/depndent/dependent

Fixes: 6e9548cdb30e ("ASoC: SOF: Convert the generic IPC flood test into SOF client")
Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
---
 sound/soc/sof/sof-client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

AngeloGioacchino Del Regno Nov. 3, 2023, 8:31 a.m. UTC | #1
Il 31/10/23 12:22, Eugen Hristev ha scritto:
> Fix typo s/depndent/dependent
> 
> Fixes: 6e9548cdb30e ("ASoC: SOF: Convert the generic IPC flood test into SOF client")
> Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mark Brown Nov. 7, 2023, 2:02 p.m. UTC | #2
On Tue, 31 Oct 2023 13:22:18 +0200, Eugen Hristev wrote:
> Fix typo s/depndent/dependent
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: SOF: sof-client: trivial: fix comment typo
      commit: 45f2f28bd498fb697d07a38775d55f0f50fee5ca

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
diff mbox series

Patch

diff --git a/sound/soc/sof/sof-client.c b/sound/soc/sof/sof-client.c
index 9dce7f53b482..54dca91255a0 100644
--- a/sound/soc/sof/sof-client.c
+++ b/sound/soc/sof/sof-client.c
@@ -176,7 +176,7 @@  int sof_register_clients(struct snd_sof_dev *sdev)
 		goto err_kernel_injector;
 	}
 
-	/* Platform depndent client device registration */
+	/* Platform dependent client device registration */
 
 	if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients)
 		ret = sof_ops(sdev)->register_ipc_clients(sdev);