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

* Re: [PATCH] ALSA: pcm: A typo fix
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-03-24 17:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury, perex, tiwai, broonie, mirq-linux, lars, joe,
	huawei, viro, alsa-devel, linux-kernel

On 3/23/21 11:56 PM, Bhaskar Chowdhury wrote:
> 
> 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 */
>  }
> 
> --

Please fix line 1472 (in linux-next) while you are touching this file:

 * Return: Zero if succesful, or a negative error code.


-- 
~Randy


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

* Re: [PATCH] ALSA: pcm: A typo fix
  2021-03-24 17:51 ` Randy Dunlap
@ 2021-03-25  1:37   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-25  1:37 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: perex, tiwai, broonie, mirq-linux, lars, joe, huawei, viro,
	alsa-devel, linux-kernel

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

On 10:51 Wed 24 Mar 2021, Randy Dunlap wrote:
>On 3/23/21 11:56 PM, Bhaskar Chowdhury wrote:
>>
>> 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 */
>>  }
>>
>> --
>
>Please fix line 1472 (in linux-next) while you are touching this file:
>
> * Return: Zero if succesful, or a negative error code.
>
>
Thanks, fixed in linux-next and sent a V2
>--
>~Randy
>

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

^ 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