All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] chardev/wctablet: Fix a typo
@ 2019-02-13 12:34 Philippe Mathieu-Daudé
  2019-02-13 13:22 ` Marc-André Lureau
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-02-13 12:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Paolo Bonzini, Gerd Hoffmann,
	Marc-André Lureau, Anatoli Huseu1,
	Philippe Mathieu-Daudé

The correct name is Wacom.
Fix the typo which is present since 378af96155d.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
v2: Use correct English in description
---
 chardev/wctablet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chardev/wctablet.c b/chardev/wctablet.c
index 969d014574..35dbd29a33 100644
--- a/chardev/wctablet.c
+++ b/chardev/wctablet.c
@@ -177,7 +177,7 @@ static void wctablet_input_sync(DeviceState *dev)
 }
 
 static QemuInputHandler wctablet_handler = {
-    .name  = "QEMU Wacome Pen Tablet",
+    .name  = "QEMU Wacom Pen Tablet",
     .mask  = INPUT_EVENT_MASK_BTN | INPUT_EVENT_MASK_ABS,
     .event = wctablet_input_event,
     .sync  = wctablet_input_sync,
-- 
2.20.1

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

* Re: [Qemu-devel] [PATCH v2] chardev/wctablet: Fix a typo
  2019-02-13 12:34 [Qemu-devel] [PATCH v2] chardev/wctablet: Fix a typo Philippe Mathieu-Daudé
@ 2019-02-13 13:22 ` Marc-André Lureau
  0 siblings, 0 replies; 2+ messages in thread
From: Marc-André Lureau @ 2019-02-13 13:22 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, qemu-trivial, Paolo Bonzini, Gerd Hoffmann, Anatoli Huseu1

Hi

On Wed, Feb 13, 2019 at 1:34 PM Philippe Mathieu-Daudé
<philmd@redhat.com> wrote:
>
> The correct name is Wacom.
> Fix the typo which is present since 378af96155d.
>
> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> v2: Use correct English in description

thanks, I'll queue the patch in next chardev PR.

> ---
>  chardev/wctablet.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/chardev/wctablet.c b/chardev/wctablet.c
> index 969d014574..35dbd29a33 100644
> --- a/chardev/wctablet.c
> +++ b/chardev/wctablet.c
> @@ -177,7 +177,7 @@ static void wctablet_input_sync(DeviceState *dev)
>  }
>
>  static QemuInputHandler wctablet_handler = {
> -    .name  = "QEMU Wacome Pen Tablet",
> +    .name  = "QEMU Wacom Pen Tablet",
>      .mask  = INPUT_EVENT_MASK_BTN | INPUT_EVENT_MASK_ABS,
>      .event = wctablet_input_event,
>      .sync  = wctablet_input_sync,
> --
> 2.20.1
>

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

end of thread, other threads:[~2019-02-13 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13 12:34 [Qemu-devel] [PATCH v2] chardev/wctablet: Fix a typo Philippe Mathieu-Daudé
2019-02-13 13:22 ` Marc-André Lureau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.