public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] samples: kfifo: Fixes a typo
@ 2023-08-17 17:36 Atul Kumar Pant
  2023-09-23 17:31 ` Atul Kumar Pant
  2023-10-09  6:11 ` Stefani Seibold
  0 siblings, 2 replies; 4+ messages in thread
From: Atul Kumar Pant @ 2023-08-17 17:36 UTC (permalink / raw)
  To: stefani; +Cc: Atul Kumar Pant, linux-kernel, linux-kernel-mentees, shuah

Fixes a typo in a comment.

Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
---
 samples/kfifo/dma-example.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/kfifo/dma-example.c b/samples/kfifo/dma-example.c
index 0cf27483cb36..112b0e427199 100644
--- a/samples/kfifo/dma-example.c
+++ b/samples/kfifo/dma-example.c
@@ -80,7 +80,7 @@ static int __init example_init(void)
 			break;
 	}
 
-	/* put here your code to setup and exectute the dma operation */
+	/* put here your code to setup and execute the dma operation */
 	/* ... */
 
 	/* example: zero bytes received */
@@ -109,7 +109,7 @@ static int __init example_init(void)
 			break;
 	}
 
-	/* put here your code to setup and exectute the dma operation */
+	/* put here your code to setup and execute the dma operation */
 	/* ... */
 
 	/* example: 5 bytes transmitted */
-- 
2.25.1


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

end of thread, other threads:[~2023-10-09  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17 17:36 [PATCH v1] samples: kfifo: Fixes a typo Atul Kumar Pant
2023-09-23 17:31 ` Atul Kumar Pant
2023-10-07 15:41   ` Atul Kumar Pant
2023-10-09  6:11 ` Stefani Seibold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox