All of lore.kernel.org
 help / color / mirror / Atom feed
From: Atul Kumar Pant <atulpant.linux@gmail.com>
To: stefani@seibold.net
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: Sat, 7 Oct 2023 21:11:35 +0530	[thread overview]
Message-ID: <20231007154135.GB20160@atom0118> (raw)
In-Reply-To: <20230923173157.GB159038@atom0118>

On Sat, Sep 23, 2023 at 11:02:02PM +0530, Atul Kumar Pant wrote:
> On Thu, Aug 17, 2023 at 11:06:36PM +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 */
> > -- 
> > 2.25.1
> > 
> 
> 	Hi all, can someone review this change ?

			Hi all can someone please review this change ?
_______________________________________________
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: linux-kernel@vger.kernel.org,
	linux-kernel-mentees@lists.linuxfoundation.org, shuah@kernel.org
Subject: Re: [PATCH v1] samples: kfifo: Fixes a typo
Date: Sat, 7 Oct 2023 21:11:35 +0530	[thread overview]
Message-ID: <20231007154135.GB20160@atom0118> (raw)
In-Reply-To: <20230923173157.GB159038@atom0118>

On Sat, Sep 23, 2023 at 11:02:02PM +0530, Atul Kumar Pant wrote:
> On Thu, Aug 17, 2023 at 11:06:36PM +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 */
> > -- 
> > 2.25.1
> > 
> 
> 	Hi all, can someone review this change ?

			Hi all can someone please review this change ?

  reply	other threads:[~2023-10-07 15:41 UTC|newest]

Thread overview: 8+ 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-08-17 17:36 ` 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 [this message]
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=20231007154135.GB20160@atom0118 \
    --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.