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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Joseph Salisbury and committed by
Alex Williamson
02256acf 06ed87b3

+1 -1
+1 -1
include/uapi/linux/vfio.h
··· 141 141 * 142 142 * Retrieve information about the group. Fills in provided 143 143 * struct vfio_group_info. Caller sets argsz. 144 - * Return: 0 on succes, -errno on failure. 144 + * Return: 0 on success, -errno on failure. 145 145 * Availability: Always 146 146 */ 147 147 struct vfio_group_status {