Skip to content

Commit d6d673d

Browse files
Ashwini Sahumstsirkin
authored andcommitted
uapi: vduse: fix typo in comment
Fix a spelling mistake in vduse.h: "regsion" → "region" in the documentation for struct vduse_iova_info. No functional change. Signed-off-by: Ashwini Sahu <ashwini@wisig.com> Message-Id: <20250908095645.610336-1-ashwini@wisig.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
1 parent afe1665 commit d6d673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/vduse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ struct vduse_iova_umem {
237237
* struct vduse_iova_info - information of one IOVA region
238238
* @start: start of the IOVA region
239239
* @last: last of the IOVA region
240-
* @capability: capability of the IOVA regsion
240+
* @capability: capability of the IOVA region
241241
* @reserved: for future use, needs to be initialized to zero
242242
*
243243
* Structure used by VDUSE_IOTLB_GET_INFO ioctl to get information of

0 commit comments

Comments
 (0)