public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: perex@perex.cz, tiwai@suse.com, broonie@kernel.org,
	mirq-linux@rere.qmqm.pl, huawei@kernel.org, joe@perches.com,
	viro@zeniv.linux.org.uk, gustavoars@kernel.org,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	rdunlap@infradead.org
Subject: Re: [PATCH V2] ALSA: pcm: Fix couple of typos
Date: Thu, 25 Mar 2021 14:26:12 +0530	[thread overview]
Message-ID: <YFxQLL/9FUi1LWxZ@OpenSuse> (raw)
In-Reply-To: <s5hv99fn1b8.wl-tiwai@suse.de>

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

On 08:24 Thu 25 Mar 2021, Takashi Iwai wrote:
>On Thu, 25 Mar 2021 02:36:31 +0100,
>Bhaskar Chowdhury wrote:
>>
>>
>> s/unconditonally/unconditionally/
>> s/succesful/successful/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
>The patch isn't cleanly applicable, some space was put at the
>beginning of the line incorrectly.  Possibly a MUA problem?
>Could you resubmit with git-send-email instead?
>
Whoops! let me send you a V2...
>
>thanks,
>
>Takashi
>
>
>> ---
>>  Changes from V1:
>>   Randy's finding incorporated ,plus the subject line adjusted.
>>
>>  sound/core/pcm_native.c | 82 ++++++++++++++++++++---------------------
>>  1 file changed, 41 insertions(+), 41 deletions(-)
>>
>> diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
>> index 17a85f4815d5..afb670d7fd53 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.
>> --
>> 2.30.1
>>

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

      reply	other threads:[~2021-03-25  8:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25  1:36 [PATCH V2] ALSA: pcm: Fix couple of typos Bhaskar Chowdhury
2021-03-25  7:24 ` Takashi Iwai
2021-03-25  8:56   ` Bhaskar Chowdhury [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YFxQLL/9FUi1LWxZ@OpenSuse \
    --to=unixbhaskar@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=gustavoars@kernel.org \
    --cc=huawei@kernel.org \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mirq-linux@rere.qmqm.pl \
    --cc=perex@perex.cz \
    --cc=rdunlap@infradead.org \
    --cc=tiwai@suse.com \
    --cc=tiwai@suse.de \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox