Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ashwini Sahu and committed by
Michael S. Tsirkin
d6d673dd afe16653

+1 -1
+1 -1
include/uapi/linux/vduse.h
··· 237 237 * struct vduse_iova_info - information of one IOVA region 238 238 * @start: start of the IOVA region 239 239 * @last: last of the IOVA region 240 - * @capability: capability of the IOVA regsion 240 + * @capability: capability of the IOVA region 241 241 * @reserved: for future use, needs to be initialized to zero 242 242 * 243 243 * Structure used by VDUSE_IOTLB_GET_INFO ioctl to get information of