[PATCH] virtio-ccw-input: fix description

Cornelia Huck posted 1 patch 5 years, 3 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200728102820.273598-1-cohuck@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, Cornelia Huck <cohuck@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Thomas Huth <thuth@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Halil Pasic <pasic@linux.ibm.com>
hw/s390x/virtio-ccw-input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] virtio-ccw-input: fix description
Posted by Cornelia Huck 5 years, 3 months ago
Fix a copy/paste error.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 hw/s390x/virtio-ccw-input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/s390x/virtio-ccw-input.c b/hw/s390x/virtio-ccw-input.c
index 5601e25deed8..83136fbba15c 100644
--- a/hw/s390x/virtio-ccw-input.c
+++ b/hw/s390x/virtio-ccw-input.c
@@ -1,5 +1,5 @@
 /*
- * virtio ccw scsi implementation
+ * virtio ccw input implementation
  *
  * Copyright 2012, 2015 IBM Corp.
  *
-- 
2.25.4


Re: [PATCH] virtio-ccw-input: fix description
Posted by Thomas Huth 5 years, 3 months ago
On 28/07/2020 12.28, Cornelia Huck wrote:
> Fix a copy/paste error.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  hw/s390x/virtio-ccw-input.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/s390x/virtio-ccw-input.c b/hw/s390x/virtio-ccw-input.c
> index 5601e25deed8..83136fbba15c 100644
> --- a/hw/s390x/virtio-ccw-input.c
> +++ b/hw/s390x/virtio-ccw-input.c
> @@ -1,5 +1,5 @@
>  /*
> - * virtio ccw scsi implementation
> + * virtio ccw input implementation
>   *
>   * Copyright 2012, 2015 IBM Corp.
>   *
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>


Re: [PATCH] virtio-ccw-input: fix description
Posted by Cornelia Huck 5 years, 3 months ago
On Tue, 28 Jul 2020 12:28:20 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> Fix a copy/paste error.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  hw/s390x/virtio-ccw-input.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/s390x/virtio-ccw-input.c b/hw/s390x/virtio-ccw-input.c
> index 5601e25deed8..83136fbba15c 100644
> --- a/hw/s390x/virtio-ccw-input.c
> +++ b/hw/s390x/virtio-ccw-input.c
> @@ -1,5 +1,5 @@
>  /*
> - * virtio ccw scsi implementation
> + * virtio ccw input implementation
>   *
>   * Copyright 2012, 2015 IBM Corp.
>   *

Queued to s390-next.