From: Atul Kumar Pant <atulpant.linux@gmail.com>
To: stefani@seibold.net
Cc: linux-kernel-mentees@lists.linuxfoundation.org, shuah@kernel.org,
Atul Kumar Pant <atulpant.linux@gmail.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH v1] samples: kfifo: Fixes a typo
Date: Thu, 17 Aug 2023 23:06:36 +0530 [thread overview]
Message-ID: <20230817173636.78757-1-atulpant.linux@gmail.com> (raw)
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
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
WARNING: multiple messages have this Message-ID (diff)
From: Atul Kumar Pant <atulpant.linux@gmail.com>
To: stefani@seibold.net
Cc: Atul Kumar Pant <atulpant.linux@gmail.com>,
linux-kernel@vger.kernel.org,
linux-kernel-mentees@lists.linuxfoundation.org, shuah@kernel.org
Subject: [PATCH v1] samples: kfifo: Fixes a typo
Date: Thu, 17 Aug 2023 23:06:36 +0530 [thread overview]
Message-ID: <20230817173636.78757-1-atulpant.linux@gmail.com> (raw)
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
next reply other threads:[~2023-08-17 17:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 17:36 Atul Kumar Pant [this message]
2023-08-17 17:36 ` [PATCH v1] samples: kfifo: Fixes a typo Atul Kumar Pant
2023-09-23 17:31 ` Atul Kumar Pant
2023-09-23 17:31 ` Atul Kumar Pant
2023-10-07 15:41 ` Atul Kumar Pant
2023-10-07 15:41 ` Atul Kumar Pant
2023-10-09 6:11 ` Stefani Seibold
2023-10-09 6:11 ` Stefani Seibold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230817173636.78757-1-atulpant.linux@gmail.com \
--to=atulpant.linux@gmail.com \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=stefani@seibold.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.