* [PATCH v2] soc: ti: knav_qmss_queue: Fix typos in comments
@ 2026-09-10 4:45 Hemanth Selam
2026-09-10 14:24 ` Kumar, Udit
0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-10 4:45 UTC (permalink / raw)
To: nm, ssantosh; +Cc: linux-arm-kernel, linux-kernel
Correct "specifes" to "specifies" in the knav_queue_open() kernel-doc and
"accomodate" to "accommodate" in knav_pool_create(). No code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
v2:
- use the subject convention this file already follows, which names the
driver and capitalises the description (Nishanth Menon)
- also correct "specifes" in the knav_queue_open() kernel-doc, so the
file is done in one go rather than a patch per word (Nishanth Menon)
codespell reports nothing else in this file. The remaining hits under
drivers/soc/ti/ are in other drivers and are left for a separate patch;
"indx" in k3-ringacc.c is a struct field name, not a typo.
v1: https://lore.kernel.org/all/20260907062247.9994-1-hemanth.selam@gmail.com/
drivers/soc/ti/knav_qmss_queue.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/soc/ti/knav_qmss_queue.c b/drivers/soc/ti/knav_qmss_queue.c
index 3e4041454f69..6186454dff51 100644
--- a/drivers/soc/ti/knav_qmss_queue.c
+++ b/drivers/soc/ti/knav_qmss_queue.c
@@ -509,7 +509,7 @@ static int knav_queue_flush(struct knav_queue *qh)
/**
* knav_queue_open() - open a hardware queue
* @name: - name to give the queue handle
- * @id: - desired queue number if any or specifes the type
+ * @id: - desired queue number if any or specifies the type
* of queue
* @flags: - the following flags are applicable to queues:
* KNAV_QUEUE_SHARED - allow the queue to be shared. Queues are
@@ -805,7 +805,7 @@ void *knav_pool_create(const char *name,
}
/* Region maintains a sorted (by region offset) list of pools
- * use the first free slot which is large enough to accomodate
+ * use the first free slot which is large enough to accommodate
* the request
*/
last_offset = 0;
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] soc: ti: knav_qmss_queue: Fix typos in comments
2026-09-10 4:45 [PATCH v2] soc: ti: knav_qmss_queue: Fix typos in comments Hemanth Selam
@ 2026-09-10 14:24 ` Kumar, Udit
0 siblings, 0 replies; 2+ messages in thread
From: Kumar, Udit @ 2026-09-10 14:24 UTC (permalink / raw)
To: Hemanth Selam, nm, ssantosh; +Cc: linux-arm-kernel, linux-kernel, u-kumar1
On 9/10/2026 10:15 AM, Hemanth Selam wrote:
> Correct "specifes" to "specifies" in the knav_queue_open() kernel-doc and
> "accomodate" to "accommodate" in knav_pool_create(). No code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
> v2:
> - use the subject convention this file already follows, which names the
> driver and capitalises the description (Nishanth Menon)
I suggest using
soc: ti: knav_qmss: in subject instead of knav_qmss_queue
as most recent commits are following this convention
> - also correct "specifes" in the knav_queue_open() kernel-doc, so the
> file is done in one go rather than a patch per word (Nishanth Menon)
>
> codespell reports nothing else in this file. The remaining hits under
> drivers/soc/ti/ are in other drivers and are left for a separate patch;
> "indx" in k3-ringacc.c is a struct field name, not a typo.
>
> v1: https://lore.kernel.org/all/20260907062247.9994-1-hemanth.selam@gmail.com/
>
> drivers/soc/ti/knav_qmss_queue.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/soc/ti/knav_qmss_queue.c b/drivers/soc/ti/knav_qmss_queue.c
> index 3e4041454f69..6186454dff51 100644
> --- a/drivers/soc/ti/knav_qmss_queue.c
> +++ b/drivers/soc/ti/knav_qmss_queue.c
> @@ -509,7 +509,7 @@ static int knav_queue_flush(struct knav_queue *qh)
> /**
> * knav_queue_open() - open a hardware queue
> * @name: - name to give the queue handle
> - * @id: - desired queue number if any or specifes the type
> + * @id: - desired queue number if any or specifies the type
> * of queue
> * @flags: - the following flags are applicable to queues:
> * KNAV_QUEUE_SHARED - allow the queue to be shared. Queues are
> @@ -805,7 +805,7 @@ void *knav_pool_create(const char *name,
> }
>
> /* Region maintains a sorted (by region offset) list of pools
> - * use the first free slot which is large enough to accomodate
> + * use the first free slot which is large enough to accommodate
> * the request
> */
> last_offset = 0;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-10 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10 4:45 [PATCH v2] soc: ti: knav_qmss_queue: Fix typos in comments Hemanth Selam
2026-09-10 14:24 ` Kumar, Udit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox