linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4] ALSA: pcm:  Fix couple of typos
@ 2021-03-26  6:42 Bhaskar Chowdhury
  2021-03-26  8:13 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26  6:42 UTC (permalink / raw)
  To: perex, tiwai, unixbhaskar, mirq-linux, broonie, gustavoars, viro,
	joe, alsa-devel, linux-kernel
  Cc: rdunlap


s/unconditonally/unconditionally/
s/succesful/successful/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Changes from V3:
  Yet another try to make it work

 sound/core/pcm_native.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index 17a85f4815d5..8dbe86cf2e4f 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c
@@ -1425,7 +1425,7 @@ static int snd_pcm_do_stop(struct snd_pcm_substream *substream,
 		substream->ops->trigger(substream, SNDRV_PCM_TRIGGER_STOP);
 		substream->runtime->stop_operating = true;
 	}
-	return 0; /* unconditonally stop all substreams */
+	return 0; /* unconditionally stop all substreams */
 }

 static void snd_pcm_post_stop(struct snd_pcm_substream *substream,
@@ -1469,7 +1469,7 @@ EXPORT_SYMBOL(snd_pcm_stop);
  * After stopping, the state is changed to SETUP.
  * Unlike snd_pcm_stop(), this affects only the given stream.
  *
- * Return: Zero if succesful, or a negative error code.
+ * Return: Zero if successful, or a negative error code.
  */
 int snd_pcm_drain_done(struct snd_pcm_substream *substream)
 {
--
2.26.2


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

* Re: [PATCH V4] ALSA: pcm:  Fix couple of typos
  2021-03-26  6:42 [PATCH V4] ALSA: pcm: Fix couple of typos Bhaskar Chowdhury
@ 2021-03-26  8:13 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-03-26  8:13 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: perex, tiwai, mirq-linux, broonie, gustavoars, viro, joe,
	alsa-devel, linux-kernel, rdunlap

On Fri, 26 Mar 2021 07:42:11 +0100,
Bhaskar Chowdhury wrote:
> 
> 
> s/unconditonally/unconditionally/
> s/succesful/successful/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Changes from V3:
>   Yet another try to make it work

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2021-03-26  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  6:42 [PATCH V4] ALSA: pcm: Fix couple of typos Bhaskar Chowdhury
2021-03-26  8:13 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).