linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h
@ 2023-12-23  6:16 Dipendra Khadka
  2023-12-23  6:20 ` Randy Dunlap
  2023-12-31  9:44 ` Hans de Goede
  0 siblings, 2 replies; 3+ messages in thread
From: Dipendra Khadka @ 2023-12-23  6:16 UTC (permalink / raw)
  To: hdegoede, mchehab, sakari.ailus, gregkh, hpa
  Cc: Dipendra Khadka, linux-media, linux-staging, linux-kernel,
	linux-kernel-mentees

codespell reported following spelling mistake
in ia_css_circbuf.h as below:

'''
./base/circbuf/interface/ia_css_circbuf.h:76: poistion ==> position
'''
This patch fixes this spelling mistake.

Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>
---
 .../media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
index 0579deac5535..e9846951f4ed 100644
--- a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
+++ b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
@@ -73,7 +73,7 @@ uint32_t ia_css_circbuf_pop(
 
 /**
  * @brief Extract a value out of the circular buffer.
- * Get a value at an arbitrary poistion in the circular
+ * Get a value at an arbitrary position in the circular
  * buffer. The user should call "ia_css_circbuf_is_empty()"
  * to avoid accessing to an empty buffer.
  *
-- 
2.39.2 (Apple Git-143)


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

* Re: [PATCH] staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h
  2023-12-23  6:16 [PATCH] staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h Dipendra Khadka
@ 2023-12-23  6:20 ` Randy Dunlap
  2023-12-31  9:44 ` Hans de Goede
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2023-12-23  6:20 UTC (permalink / raw)
  To: Dipendra Khadka, hdegoede, mchehab, sakari.ailus, gregkh, hpa
  Cc: linux-media, linux-staging, linux-kernel, linux-kernel-mentees



On 12/22/23 22:16, Dipendra Khadka wrote:
> codespell reported following spelling mistake
> in ia_css_circbuf.h as below:
> 
> '''
> ./base/circbuf/interface/ia_css_circbuf.h:76: poistion ==> position
> '''
> This patch fixes this spelling mistake.
> 
> Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  .../media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
> index 0579deac5535..e9846951f4ed 100644
> --- a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
> +++ b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
> @@ -73,7 +73,7 @@ uint32_t ia_css_circbuf_pop(
>  
>  /**
>   * @brief Extract a value out of the circular buffer.
> - * Get a value at an arbitrary poistion in the circular
> + * Get a value at an arbitrary position in the circular
>   * buffer. The user should call "ia_css_circbuf_is_empty()"
>   * to avoid accessing to an empty buffer.
>   *

-- 
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html

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

* Re: [PATCH] staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h
  2023-12-23  6:16 [PATCH] staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h Dipendra Khadka
  2023-12-23  6:20 ` Randy Dunlap
@ 2023-12-31  9:44 ` Hans de Goede
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2023-12-31  9:44 UTC (permalink / raw)
  To: Dipendra Khadka, mchehab, sakari.ailus, gregkh, hpa
  Cc: linux-media, linux-staging, linux-kernel, linux-kernel-mentees

Hi,

On 12/23/23 07:16, Dipendra Khadka wrote:
> codespell reported following spelling mistake
> in ia_css_circbuf.h as below:
> 
> '''
> ./base/circbuf/interface/ia_css_circbuf.h:76: poistion ==> position
> '''
> This patch fixes this spelling mistake.
> 
> Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>

Thank you for your patch.

I have merged this in my media-atomisp branch:
https://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git/log/?h=media-atomisp

And this patch will be included in my next
pull-request to Mauro (to media subsystem maintainer)

Regards,

Hans


> ---
>  .../media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
> index 0579deac5535..e9846951f4ed 100644
> --- a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
> +++ b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h
> @@ -73,7 +73,7 @@ uint32_t ia_css_circbuf_pop(
>  
>  /**
>   * @brief Extract a value out of the circular buffer.
> - * Get a value at an arbitrary poistion in the circular
> + * Get a value at an arbitrary position in the circular
>   * buffer. The user should call "ia_css_circbuf_is_empty()"
>   * to avoid accessing to an empty buffer.
>   *


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

end of thread, other threads:[~2023-12-31  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-23  6:16 [PATCH] staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h Dipendra Khadka
2023-12-23  6:20 ` Randy Dunlap
2023-12-31  9:44 ` Hans de Goede

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 NNTP newsgroup(s).