public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] samples: kfifo: Fixes a typo
@ 2023-08-17 17:36 Atul Kumar Pant
  2023-09-23 17:31 ` Atul Kumar Pant
  2023-10-09  6:11 ` Stefani Seibold
  0 siblings, 2 replies; 4+ messages in thread
From: Atul Kumar Pant @ 2023-08-17 17:36 UTC (permalink / raw)
  To: stefani; +Cc: Atul Kumar Pant, linux-kernel, linux-kernel-mentees, shuah

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] samples: kfifo: Fixes a typo
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Atul Kumar Pant @ 2023-09-23 17:31 UTC (permalink / raw)
  To: stefani; +Cc: linux-kernel, linux-kernel-mentees, shuah

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 ?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] samples: kfifo: Fixes a typo
  2023-09-23 17:31 ` Atul Kumar Pant
@ 2023-10-07 15:41   ` Atul Kumar Pant
  0 siblings, 0 replies; 4+ messages in thread
From: Atul Kumar Pant @ 2023-10-07 15:41 UTC (permalink / raw)
  To: stefani; +Cc: linux-kernel, linux-kernel-mentees, shuah

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 ?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] samples: kfifo: Fixes a typo
  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-09  6:11 ` Stefani Seibold
  1 sibling, 0 replies; 4+ messages in thread
From: Stefani Seibold @ 2023-10-09  6:11 UTC (permalink / raw)
  To: Atul Kumar Pant; +Cc: linux-kernel, linux-kernel-mentees, shuah

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 */


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-09  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox