* [PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h
@ 2021-02-09 14:14 Bhaskar Chowdhury
2021-02-10 20:58 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-09 14:14 UTC (permalink / raw)
To: linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury
s/simulatneous/simultaneous/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
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;
--
2.30.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h
2021-02-09 14:14 [PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h Bhaskar Chowdhury
@ 2021-02-10 20:58 ` Randy Dunlap
2021-02-10 23:33 ` Bhaskar Chowdhury
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-02-10 20:58 UTC (permalink / raw)
To: Bhaskar Chowdhury, linux-kernel
On 2/9/21 6:14 AM, Bhaskar Chowdhury wrote:
>
> s/simulatneous/simultaneous/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
but you need to Cc: a maintainer who can merge this.
> ---
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h
2021-02-10 20:58 ` Randy Dunlap
@ 2021-02-10 23:33 ` Bhaskar Chowdhury
0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-10 23:33 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]
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@gmail.com>
>
>Acked-by: Randy Dunlap <rdunlap@infradead.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@vger.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
>
[-- 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-02-10 23:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-09 14:14 [PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h Bhaskar Chowdhury
2021-02-10 20:58 ` Randy Dunlap
2021-02-10 23:33 ` Bhaskar Chowdhury
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox