[PATCH v1] samples: kfifo: Fixes a typo

Atul Kumar Pant posted 1 patch 2 years, 4 months ago
samples/kfifo/dma-example.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v1] samples: kfifo: Fixes a typo
Posted by Atul Kumar Pant 2 years, 4 months ago
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
Re: [PATCH v1] samples: kfifo: Fixes a typo
Posted by Stefani Seibold 2 years, 2 months ago
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 */

Re: [PATCH v1] samples: kfifo: Fixes a typo
Posted by Atul Kumar Pant 2 years, 2 months ago
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 ?
Re: [PATCH v1] samples: kfifo: Fixes a typo
Posted by Atul Kumar Pant 2 years, 2 months ago
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 ?