Message ID | 20231223061647.78669-1-kdipendra88@gmail.com |
---|---|
State | Accepted |
Commit | 90953ea685d2006421720d8a5fb0662fc61f1135 |
Headers | show |
Series | staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h | expand |
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. > *
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. *
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(-)