mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
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:
parent
06ed87b319
commit
02256acf1e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user