summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Salisbury <joseph.salisbury@oracle.com>2026-03-16 21:56:17 +0300
committerAlex Williamson <alex@shazbot.org>2026-03-19 21:32:07 +0300
commit02256acf1e81e42f6338a39020bf2de9807c33d7 (patch)
tree760f8e29ea6b5ce7d59af8a483533f633a3adbbf /include
parent06ed87b3197e9b80dccac0b764fdffe44192e010 (diff)
downloadlinux-02256acf1e81e42f6338a39020bf2de9807c33d7.tar.xz
vfio: uapi: fix comment typo
The file contains a spelling error in a source comment (succes). Typos in comments reduce readability and make text searches less reliable for developers and maintainers. Replace 'succes' with 'success' in the affected comment. This is a comment-only cleanup and does not change behavior. Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com> Link: https://lore.kernel.org/r/20260316185617.166414-1-joseph.salisbury@oracle.com Signed-off-by: Alex Williamson <alex@shazbot.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/vfio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
index bb7b89330d35..63d56c1fbf6f 100644
--- a/include/uapi/linux/vfio.h
+++ b/include/uapi/linux/vfio.h
@@ -141,7 +141,7 @@ struct vfio_info_cap_header {
*
* Retrieve information about the group. Fills in provided
* struct vfio_group_info. Caller sets argsz.
- * Return: 0 on succes, -errno on failure.
+ * Return: 0 on success, -errno on failure.
* Availability: Always
*/
struct vfio_group_status {