On Mon, 4 Jul 2022 at 16:23, Daniel P. Berrangé <[email protected]> wrote:
>
> Signed-off-by: Daniel P. Berrangé <[email protected]>
> ---

> --- a/docs/tools/qemu-pr-helper.rst
> +++ b/docs/tools/qemu-pr-helper.rst
> @@ -22,7 +22,7 @@ storage fabric. QEMU's SCSI passthrough devices 
> ``scsi-block``
>  and ``scsi-generic`` support passing guest persistent reservation
>  requests to a privileged external helper program. :program:`qemu-pr-helper`
>  is that external helper; it creates a socket which QEMU can
> -connect to to communicate with it.
> +connect to communicate with it.

This text is correct as it stands, and the change is wrong.

> diff --git a/tests/qtest/microbit-test.c b/tests/qtest/microbit-test.c
> index 04e199ec33..6cc1f5d932 100644
> --- a/tests/qtest/microbit-test.c
> +++ b/tests/qtest/microbit-test.c
> @@ -449,9 +449,9 @@ static void test_nrf51_timer(void)
>      timer_set_prescaler(qts, 0);
>      /* Swept over in first step */
>      timer_set_cc(qts, 0, 2);
> -    /* Barely miss on first step */
> +    /* Barely miss in first step */
>      timer_set_cc(qts, 1, 162);
> -    /* Spot on on third step */
> +    /* Spot on in third step */
>      timer_set_cc(qts, 2, 480);

These changes also look wrong.

The rest seems OK.

thanks
-- PMM

Reply via email to