]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
vfio: Fix typo of the device_state
authorZenghui Yu <yuzenghui@huawei.com>
Thu, 10 Sep 2020 12:25:08 +0000 (20:25 +0800)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 21 Sep 2020 20:05:07 +0000 (14:05 -0600)
A typo fix ("_RUNNNG" => "_RUNNING") in comment block of the uapi header.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Kirti Wankhede <kwankhede@nvidia.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
include/uapi/linux/vfio.h

index 9204705023291ba002a6fd6b072f177658083f10..d4bd39e124bfdab0626f956506b5c3ef6ea29f4e 100644 (file)
@@ -462,7 +462,7 @@ struct vfio_region_gfx_edid {
  * 5. Resumed
  *                  |--------->|
  *
- * 0. Default state of VFIO device is _RUNNNG when the user application starts.
+ * 0. Default state of VFIO device is _RUNNING when the user application starts.
  * 1. During normal shutdown of the user application, the user application may
  *    optionally change the VFIO device state from _RUNNING to _STOP. This
  *    transition is optional. The vendor driver must support this transition but