[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5fbff954709bbdebe5872dcb40d32aba384cfe43.camel@seibold.net>
Date: Mon, 09 Oct 2023 08:11:56 +0200
From: Stefani Seibold <stefani@...bold.net>
To: Atul Kumar Pant <atulpant.linux@...il.com>
Cc: linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org, shuah@...nel.org
Subject: Re: [PATCH v1] samples: kfifo: Fixes a typo
Acked by Stefani Seibold <stefani@...bold.net>
On Thu, 2023-08-17 at 23:06 +0530, Atul Kumar Pant wrote:
> Fixes a typo in a comment.
>
> Signed-off-by: Atul Kumar Pant <atulpant.linux@...il.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 */
Powered by blists - more mailing lists