[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3] osdep: add a qemu_close_all_open_fd() helper
From: |
Clément Léger |
Subject: |
Re: [PATCH v3] osdep: add a qemu_close_all_open_fd() helper |
Date: |
Wed, 17 Jul 2024 11:19:12 +0200 |
User-agent: |
Mozilla Thunderbird |
On 16/07/2024 17:52, Richard Henderson wrote:
> On 7/17/24 00:39, Clément Léger wrote:
>> + /* Restrict the range as we found fds matching
>> start/end */
>> + if (i == skip_start)
>> + skip_start++;
>> + else if (i == skip_end)
>> + skip_end--;
>
> Need braces.
Sorry for that, I'll run checkpatch before sending v4.
Thanks,
Clément
>
> Otherwise,
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
>
>
>
> r~