public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: pcm: A typo fix
@ 2021-03-24  6:56 Bhaskar Chowdhury
  2021-03-24 17:51 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-24  6:56 UTC (permalink / raw)
  To: perex, tiwai, broonie, mirq-linux, unixbhaskar, lars, joe, huawei,
	viro, alsa-devel, linux-kernel
  Cc: rdunlap


s/unconditonally/unconditionally/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 sound/core/pcm_native.c | 80 ++++++++++++++++++++---------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index 17a85f4815d5..9884961bca7d 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c

-	return 0; /* unconditonally stop all substreams */
+	return 0; /* unconditionally stop all substreams */
 }

--
2.30.1


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

end of thread, other threads:[~2021-03-25  1:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-24  6:56 [PATCH] ALSA: pcm: A typo fix Bhaskar Chowdhury
2021-03-24 17:51 ` Randy Dunlap
2021-03-25  1:37   ` Bhaskar Chowdhury

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