drivers/soc/ti/knav_qmss_queue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Correct "specifes" to "specifies" in the knav_queue_open() kernel-doc and
"accomodate" to "accommodate" in knav_pool_create(). No code changes.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
v3:
- name the driver as knav_qmss in the subject rather than
knav_qmss_queue, which is what the recent commits to this file use
(Udit Kumar)
- dropped the Assisted-by trailer naming the model
The diff is unchanged from v2.
v2: https://lore.kernel.org/all/20260910044551.50308-1-hemanth.selam@gmail.com/
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
Hi Hemanth Selam,
On Fri, 11 Sep 2026 14:20:55 +0530, 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.
I have applied the following to branch ti-drivers-soc-next on [1].
Thank you!
[1/1] soc: ti: knav_qmss: Fix typos in comments
commit: e0d291986738791444dd0426c85f5e7d747fa44f
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
https://ti.com/opensource
On 9/11/2026 2:20 PM, 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. > > Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> > --- > v3: > - name the driver as knav_qmss in the subject rather than > knav_qmss_queue, which is what the recent commits to this file use > (Udit Kumar) > - dropped the Assisted-by trailer naming the model > > The diff is unchanged from v2. > > v2: https://lore.kernel.org/all/20260910044551.50308-1-hemanth.selam@gmail.com/ > 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(-) Acked-by: Udit Kumar <u-kumar1@ti.com> > > 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;
© 2016 - 2026 Red Hat, Inc.