* [PATCH] vduse: fix typo in struct vduse_iova_info comment
@ 2025-08-25 8:32 Ashwini Sahu
2025-08-25 8:32 ` [PATCH] maintainers: update for DTS Ashwini Sahu
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Ashwini Sahu @ 2025-08-25 8:32 UTC (permalink / raw)
To: dev; +Cc: Maxime Coquelin
Fixes a typo in the kernel header comment for struct vduse_iova_info
where "IOVA region" was incorrectly repeated.
Signed-off-by: Ashwini Sahu <ashwini@wisig.com>
---
kernel/linux/uapi/linux/vduse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/linux/uapi/linux/vduse.h b/kernel/linux/uapi/linux/vduse.h
index 68a627d04a..10ad71aa00 100644
--- a/kernel/linux/uapi/linux/vduse.h
+++ b/kernel/linux/uapi/linux/vduse.h
@@ -237,7 +237,7 @@ struct vduse_iova_umem {
* struct vduse_iova_info - information of one IOVA region
* @start: start of the IOVA region
* @last: last of the IOVA region
- * @capability: capability of the IOVA regsion
+ * @capability: capability of the IOVA region
* @reserved: for future use, needs to be initialized to zero
*
* Structure used by VDUSE_IOTLB_GET_INFO ioctl to get information of
--
2.50.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] maintainers: update for DTS
2025-08-25 8:32 [PATCH] vduse: fix typo in struct vduse_iova_info comment Ashwini Sahu
@ 2025-08-25 8:32 ` Ashwini Sahu
2025-08-25 10:55 ` [PATCH] vduse: fix typo in struct vduse_iova_info comment fengchengwen
2025-10-21 13:45 ` David Marchand
2 siblings, 0 replies; 7+ messages in thread
From: Ashwini Sahu @ 2025-08-25 8:32 UTC (permalink / raw)
To: dev; +Cc: Luca Vizzarro, Paul Szczepanek, Patrick Robb, Thomas Monjalon
From: Luca Vizzarro <luca.vizzarro@arm.com>
Paul is giving up his role of co-maintainer of DTS,
electing Luca Vizzarro in his place.
Signed-off-by: Luca Vizzarro <luca.vizzarro@arm.com>
Acked-by: Paul Szczepanek <paul.szczepanek@arm.com>
Acked-by: Patrick Robb <probb@iol.unh.edu>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1cc08f5aaf..7aca98c537 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -65,7 +65,7 @@ M: Maxime Coquelin <maxime.coquelin@redhat.com>
T: git://dpdk.org/next/dpdk-next-baseband
Next-dts Tree
-M: Paul Szczepanek <paul.szczepanek@arm.com>
+M: Luca Vizzarro <luca.vizzarro@arm.com>
M: Patrick Robb <probb@iol.unh.edu>
T: git://dpdk.org/next/dpdk-next-dts
--
2.50.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] vduse: fix typo in struct vduse_iova_info comment
2025-08-25 8:32 [PATCH] vduse: fix typo in struct vduse_iova_info comment Ashwini Sahu
2025-08-25 8:32 ` [PATCH] maintainers: update for DTS Ashwini Sahu
@ 2025-08-25 10:55 ` fengchengwen
2025-10-21 13:45 ` David Marchand
2 siblings, 0 replies; 7+ messages in thread
From: fengchengwen @ 2025-08-25 10:55 UTC (permalink / raw)
To: Ashwini Sahu, dev; +Cc: Maxime Coquelin
Acked-by: Chengwen Feng <fengchengwen@huawei.com>
On 8/25/2025 4:32 PM, Ashwini Sahu wrote:
> Fixes a typo in the kernel header comment for struct vduse_iova_info
> where "IOVA region" was incorrectly repeated.
>
> Signed-off-by: Ashwini Sahu <ashwini@wisig.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] vduse: fix typo in struct vduse_iova_info comment
2025-08-25 8:32 [PATCH] vduse: fix typo in struct vduse_iova_info comment Ashwini Sahu
2025-08-25 8:32 ` [PATCH] maintainers: update for DTS Ashwini Sahu
2025-08-25 10:55 ` [PATCH] vduse: fix typo in struct vduse_iova_info comment fengchengwen
@ 2025-10-21 13:45 ` David Marchand
2 siblings, 0 replies; 7+ messages in thread
From: David Marchand @ 2025-10-21 13:45 UTC (permalink / raw)
To: Ashwini Sahu; +Cc: dev, Maxime Coquelin
On Mon, 25 Aug 2025 at 10:32, Ashwini Sahu <ashwini@wisig.com> wrote:
>
> Fixes a typo in the kernel header comment for struct vduse_iova_info
> where "IOVA region" was incorrectly repeated.
>
> Signed-off-by: Ashwini Sahu <ashwini@wisig.com>
As I said in the other thread [1], I prefer we don't "fix" uapi headers in DPDK.
This needs to be fixed in the kernel itself.
1: https://inbox.dpdk.org/dev/CAJFAV8wqC1PpVvRoxdRpb-8v5FY90KOfKuTGLL_CvbUnpdjsRg@mail.gmail.com/
--
David Marchand
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] vduse: fix typo in struct vduse_iova_info comment
2025-08-22 11:51 ` Ashwini Sahu
@ 2025-09-03 7:32 ` David Marchand
0 siblings, 0 replies; 7+ messages in thread
From: David Marchand @ 2025-09-03 7:32 UTC (permalink / raw)
To: Ashwini Sahu; +Cc: dev, Maxime Coquelin
On Mon, 25 Aug 2025 at 14:08, Ashwini Sahu <ashwini@wisig.com> wrote:
>
> Fixes a typo in the kernel header comment for struct vduse_iova_info
> where "IOVA region" was incorrectly repeated.
>
> Signed-off-by: Ashwini Sahu <ashwini@wisig.com>
I would rather fix this typo "at the source", iow in the kernel.
Otherwise, this change will get reverted when a newer version of this
header is imported.
--
David Marchand
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] vduse: fix typo in struct vduse_iova_info comment
2025-08-22 11:51 Ashwini Sahu
@ 2025-08-22 11:51 ` Ashwini Sahu
2025-09-03 7:32 ` David Marchand
0 siblings, 1 reply; 7+ messages in thread
From: Ashwini Sahu @ 2025-08-22 11:51 UTC (permalink / raw)
To: dev; +Cc: Maxime Coquelin
Fixes a typo in the kernel header comment for struct vduse_iova_info
where "IOVA region" was incorrectly repeated.
Signed-off-by: Ashwini Sahu <ashwini@wisig.com>
---
kernel/linux/uapi/linux/vduse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/linux/uapi/linux/vduse.h b/kernel/linux/uapi/linux/vduse.h
index 68a627d04a..10ad71aa00 100644
--- a/kernel/linux/uapi/linux/vduse.h
+++ b/kernel/linux/uapi/linux/vduse.h
@@ -237,7 +237,7 @@ struct vduse_iova_umem {
* struct vduse_iova_info - information of one IOVA region
* @start: start of the IOVA region
* @last: last of the IOVA region
- * @capability: capability of the IOVA regsion
+ * @capability: capability of the IOVA region
* @reserved: for future use, needs to be initialized to zero
*
* Structure used by VDUSE_IOTLB_GET_INFO ioctl to get information of
--
2.50.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] vduse: fix typo in struct vduse_iova_info comment
@ 2025-08-22 11:51 Ashwini Sahu
2025-08-22 11:51 ` Ashwini Sahu
0 siblings, 1 reply; 7+ messages in thread
From: Ashwini Sahu @ 2025-08-22 11:51 UTC (permalink / raw)
To: dev; +Cc: Maxime Coquelin
Fixes a typo in the kernel header comment for struct vduse_iova_info
where "IOVA region" was incorrectly repeated.
Signed-off-by: Ashwini Sahu <ashwini@wisig.com>
---
kernel/linux/uapi/linux/vduse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/linux/uapi/linux/vduse.h b/kernel/linux/uapi/linux/vduse.h
index 68a627d04a..10ad71aa00 100644
--- a/kernel/linux/uapi/linux/vduse.h
+++ b/kernel/linux/uapi/linux/vduse.h
@@ -237,7 +237,7 @@ struct vduse_iova_umem {
* struct vduse_iova_info - information of one IOVA region
* @start: start of the IOVA region
* @last: last of the IOVA region
- * @capability: capability of the IOVA regsion
+ * @capability: capability of the IOVA region
* @reserved: for future use, needs to be initialized to zero
*
* Structure used by VDUSE_IOTLB_GET_INFO ioctl to get information of
--
2.50.1
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-10-21 13:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-25 8:32 [PATCH] vduse: fix typo in struct vduse_iova_info comment Ashwini Sahu
2025-08-25 8:32 ` [PATCH] maintainers: update for DTS Ashwini Sahu
2025-08-25 10:55 ` [PATCH] vduse: fix typo in struct vduse_iova_info comment fengchengwen
2025-10-21 13:45 ` David Marchand
-- strict thread matches above, loose matches on Subject: below --
2025-08-22 11:51 Ashwini Sahu
2025-08-22 11:51 ` Ashwini Sahu
2025-09-03 7:32 ` David Marchand
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).