lkml.org 
[lkml]   [2023]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v1] samples: kfifo: Fixes a typo
Date
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
\
 
 \ /
  Last update: 2023-08-17 19:37    [W:0.057 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site