lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 11 Feb 2021 05:03:46 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] include: uapi: linux: Fix the spelling simulatneous to
 simultaneous in the file capi.h

On 12:58 Wed 10 Feb 2021, Randy Dunlap wrote:
>On 2/9/21 6:14 AM, Bhaskar Chowdhury wrote:
>>
>> s/simulatneous/simultaneous/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
>
>Acked-by: Randy Dunlap <rdunlap@...radead.org>
>
>but you need to Cc: a maintainer who can merge this.
>
This is what the get_maintainer script returns,so I followed

โœ” ~/git-linux/linux [master โ†“ยท82|โœ”]
05:00 $ owner include/uapi/linux/capi.h
linux-kernel@...r.kernel.org (open list)

..Yup ,no other address to adress to it.
>> ---
>>  include/uapi/linux/capi.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/uapi/linux/capi.h b/include/uapi/linux/capi.h
>> index 31f946f8a88d..4dcdb628d98b 100644
>> --- a/include/uapi/linux/capi.h
>> +++ b/include/uapi/linux/capi.h
>> @@ -24,7 +24,7 @@
>>   */
>>
>>  typedef struct capi_register_params {	/* CAPI_REGISTER */
>> -	__u32 level3cnt;	/* No. of simulatneous user data connections */
>> +	__u32 level3cnt;	/* No. of simultaneous user data connections */
>>  	__u32 datablkcnt;	/* No. of buffered data messages */
>>  	__u32 datablklen;	/* Size of buffered data messages */
>>  } capi_register_params;
>> --
>
>
>--
>~Randy
>

Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ