[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fba7dcdc-6ca6-45e4-813a-e1f908876a4c@redhat.com>
Date: Sun, 31 Dec 2023 10:49:48 +0100
From: Hans de Goede <hdegoede@...hat.com>
To: Dipendra Khadka <kdipendra88@...il.com>, mchehab@...nel.org,
sakari.ailus@...ux.intel.com, gregkh@...uxfoundation.org, hpa@...hat.com
Cc: linux-media@...r.kernel.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org, linux-kernel-mentees@...ts.linuxfoundation.org
Subject: Re: [PATCH] staging: media/atomisp/pci/runtime/queue/src: Fix
spelling mistakes in queue.c
Hi,
On 12/23/23 08:11, Dipendra Khadka wrote:
> codespell reported following spelling mistake
> in queue.c as below:
>
> '''
> ./runtime/queue/src/queue.c:126: uncessary ==> unnecessary
> ./runtime/queue/src/queue.c:183: uncessary ==> unnecessary
> '''
> This patch fixes these spelling mistakes.
>
> Signed-off-by: Dipendra Khadka <kdipendra88@...il.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
> ---
> drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c b/drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c
> index 2f1c2df59f71..2c6c8fffc4e2 100644
> --- a/drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c
> +++ b/drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c
> @@ -123,7 +123,7 @@ int ia_css_queue_enqueue(ia_css_queue_t *qhandle, uint32_t item)
>
> /* c. Store the queue object */
> /* Set only fields requiring update with
> - * valid value. Avoids uncessary calls
> + * valid value. Avoids unnecessary calls
> * to load/store functions
> */
> ignore_desc_flags = QUEUE_IGNORE_SIZE_START_STEP_FLAGS;
> @@ -180,7 +180,7 @@ int ia_css_queue_dequeue(ia_css_queue_t *qhandle, uint32_t *item)
>
> /* c. Store the queue object */
> /* Set only fields requiring update with
> - * valid value. Avoids uncessary calls
> + * valid value. Avoids unnecessary calls
> * to load/store functions
> */
> ignore_desc_flags = QUEUE_IGNORE_SIZE_END_STEP_FLAGS;
Powered by blists - more mailing lists