public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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