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>
This commit is contained in:
Joseph Salisbury 2026-03-16 14:56:17 -04:00 committed by Alex Williamson
parent 06ed87b319
commit 02256acf1e

View 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 {