From: Zenghui Yu Date: Thu, 10 Sep 2020 12:25:08 +0000 (+0800) Subject: vfio: Fix typo of the device_state X-Git-Tag: v5.10-rc1~53^2~6^3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c12fa88c6d16ed3865072d91154cff6fd1cd9cd4;p=thirdparty%2Fkernel%2Flinux.git vfio: Fix typo of the device_state A typo fix ("_RUNNNG" => "_RUNNING") in comment block of the uapi header. Signed-off-by: Zenghui Yu Reviewed-by: Cornelia Huck Reviewed-by: Kirti Wankhede Signed-off-by: Alex Williamson --- diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h index 9204705023291..d4bd39e124bfd 100644 --- a/include/uapi/linux/vfio.h +++ b/include/uapi/linux/vfio.h @@ -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