Linux Kernel Mentees Archive mirror
 help / color / mirror / Atom feed
From: Stefani Seibold <stefani@seibold.net>
To: Atul Kumar Pant <atulpant.linux@gmail.com>
Cc: shuah@kernel.org, linux-kernel-mentees@lists.linuxfoundation.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1] samples: kfifo: Fixes a typo
Date: Mon, 09 Oct 2023 08:11:56 +0200	[thread overview]
Message-ID: <5fbff954709bbdebe5872dcb40d32aba384cfe43.camel@seibold.net> (raw)
In-Reply-To: <20230817173636.78757-1-atulpant.linux@gmail.com>

Acked by Stefani Seibold <stefani@seibold.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@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 */

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

      parent reply	other threads:[~2023-10-09  6:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=5fbff954709bbdebe5872dcb40d32aba384cfe43.camel@seibold.net \
    --to=stefani@seibold.net \
    --cc=atulpant.linux@gmail.com \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shuah@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).