Re: [PATCH v3 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h

From: Nuno Das Neves
Date: Mon Dec 09 2024 - 14:19:45 EST


On 12/8/2024 4:07 PM, Wei Liu wrote:
> On Mon, Nov 25, 2024 at 03:24:40PM -0800, Nuno Das Neves wrote:
>> This definition is in the wrong file; it is part of the TLFS doc.
>>
>> Acked-by: Wei Liu <wei.liu@xxxxxxxxxx>
>> Reviewed-by: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>
>> Reviewed-by: Michael Kelley <mhklinux@xxxxxxxxxxx>
>> Signed-off-by: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
>
> One comment about the ordering of the tags. It is better to organize
> them in the following order:
>
> Signed-off-by: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
> Acked-by: Wei Liu <wei.liu@xxxxxxxxxx>
> Reviewed-by: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>
> Reviewed-by: Michael Kelley <mhklinux@xxxxxxxxxxx>
>
> I've made the change for you while applying the patch.
>

Thank you, noted for next time.

> Thanks,
> Wei.