kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfio: Fix typo of the device_state
@ 2020-09-10 12:25 Zenghui Yu
  2020-09-11  9:55 ` Cornelia Huck
  2020-09-11 17:05 ` Kirti Wankhede
  0 siblings, 2 replies; 3+ messages in thread
From: Zenghui Yu @ 2020-09-10 12:25 UTC (permalink / raw)
  To: kvm, linux-kernel
  Cc: alex.williamson, cohuck, kwankhede, wanghaibin.wang, Zenghui Yu

A typo fix ("_RUNNNG" => "_RUNNING") in comment block of the uapi header.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
---
 include/uapi/linux/vfio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
index 920470502329..d4bd39e124bf 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
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio: Fix typo of the device_state
  2020-09-10 12:25 [PATCH] vfio: Fix typo of the device_state Zenghui Yu
@ 2020-09-11  9:55 ` Cornelia Huck
  2020-09-11 17:05 ` Kirti Wankhede
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2020-09-11  9:55 UTC (permalink / raw)
  To: Zenghui Yu; +Cc: kvm, linux-kernel, alex.williamson, kwankhede, wanghaibin.wang

On Thu, 10 Sep 2020 20:25:08 +0800
Zenghui Yu <yuzenghui@huawei.com> wrote:

> A typo fix ("_RUNNNG" => "_RUNNING") in comment block of the uapi header.
> 
> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> ---
>  include/uapi/linux/vfio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
> index 920470502329..d4bd39e124bf 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

Reviewed-by: Cornelia Huck <cohuck@redhat.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio: Fix typo of the device_state
  2020-09-10 12:25 [PATCH] vfio: Fix typo of the device_state Zenghui Yu
  2020-09-11  9:55 ` Cornelia Huck
@ 2020-09-11 17:05 ` Kirti Wankhede
  1 sibling, 0 replies; 3+ messages in thread
From: Kirti Wankhede @ 2020-09-11 17:05 UTC (permalink / raw)
  To: Zenghui Yu, kvm, linux-kernel; +Cc: alex.williamson, cohuck, wanghaibin.wang

Ops. Thanks for fixing it.

Reviewed-by: Kirti Wankhede <kwankhede@nvidia.com>

On 9/10/2020 5:55 PM, Zenghui Yu wrote:
> A typo fix ("_RUNNNG" => "_RUNNING") in comment block of the uapi header.
> 
> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> ---
>   include/uapi/linux/vfio.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
> index 920470502329..d4bd39e124bf 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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-11 17:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 12:25 [PATCH] vfio: Fix typo of the device_state Zenghui Yu
2020-09-11  9:55 ` Cornelia Huck
2020-09-11 17:05 ` Kirti Wankhede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).