2021-03-24 17:54:18

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] ALSA: pcm: A typo fix

On 3/23/21 11:56 PM, Bhaskar Chowdhury wrote:
>
> s/unconditonally/unconditionally/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> 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


2021-03-25 03:43:01

by Bhaskar Chowdhury

[permalink] [raw]
Subject: Re: [PATCH] ALSA: pcm: A typo fix

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 <[email protected]>
>> ---
>> 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
>


Attachments:
(No filename) (864.00 B)
signature.asc (499.00 B)
Download all attachments