All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Zhang Boyang <zhangboyang.id@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] qapi/ui: Fix documentation of upper bound value in InputMoveEvent
Date: Thu, 16 Jan 2025 13:40:23 +0100	[thread overview]
Message-ID: <87ed136ifc.fsf@pond.sub.org> (raw)
In-Reply-To: <20250116104433.12114-1-zhangboyang.id@gmail.com> (Zhang Boyang's message of "Thu, 16 Jan 2025 18:44:33 +0800")

Zhang Boyang <zhangboyang.id@gmail.com> writes:

> The upper bound of pointer position in InputMoveEvent should be 0x7fff,
> according to INPUT_EVENT_ABS_MAX.
>
> Signed-off-by: Zhang Boyang <zhangboyang.id@gmail.com>
> ---
>  qapi/ui.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qapi/ui.json b/qapi/ui.json
> index 460a26b981..7b18662018 100644
> --- a/qapi/ui.json
> +++ b/qapi/ui.json
> @@ -1133,7 +1133,7 @@
>  # @axis: Which axis is referenced by @value.
>  #
>  # @value: Pointer position.  For absolute coordinates the valid range
> -#     is 0 -> 0x7ffff
> +#     is 0 -> 0x7fff

Opportunity to replace "->" by "to" or "..".  If you agree, I'll squash
that into your patch in my tree.

>  #
>  # Since: 2.0
>  ##

Acked-by: Markus Armbruster <armbru@redhat.com>



  reply	other threads:[~2025-01-16 12:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-16 10:44 [PATCH] qapi/ui: Fix documentation of upper bound value in InputMoveEvent Zhang Boyang
2025-01-16 12:40 ` Markus Armbruster [this message]
2025-01-16 12:43   ` Zhang Boyang
2025-01-16 13:51     ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ed136ifc.fsf@pond.sub.org \
    --to=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=zhangboyang.id@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.