]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
vfio: uapi: fix comment typo
authorJoseph Salisbury <joseph.salisbury@oracle.com>
Mon, 16 Mar 2026 18:56:17 +0000 (14:56 -0400)
committerAlex Williamson <alex@shazbot.org>
Thu, 19 Mar 2026 18:32:07 +0000 (12:32 -0600)
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>
include/uapi/linux/vfio.h

index bb7b89330d359c33571a9f29739960dd17b32b15..63d56c1fbf6f003423e607852ab187a590591931 100644 (file)
@@ -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 {