diff options
| author | Ashwini Sahu <[email protected]> | 2025-09-08 09:56:45 +0000 |
|---|---|---|
| committer | Michael S. Tsirkin <[email protected]> | 2025-09-21 21:44:20 +0000 |
| commit | d6d673dd1e92b2bed0096e7e7e9fe5d7e7d2156c (patch) | |
| tree | a1d6ed6e60edab1e2ea21f193f0844ba2cb1fe1b | |
| parent | vhost: Take a reference on the task in struct vhost_task. (diff) | |
| download | kernel-d6d673dd1e92b2bed0096e7e7e9fe5d7e7d2156c.tar.gz kernel-d6d673dd1e92b2bed0096e7e7e9fe5d7e7d2156c.zip | |
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 <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
| -rw-r--r-- | include/uapi/linux/vduse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/vduse.h b/include/uapi/linux/vduse.h index 68a627d04afa..10ad71aa00d6 100644 --- a/include/uapi/linux/vduse.h +++ b/include/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 |
