Re: [PATCH v2 2/6] KVM: Replace bare 'unsigned' with 'unsigned int'

From: Joe Perches
Date: Sat Mar 05 2022 - 20:37:53 EST


On Sat, 2022-03-05 at 20:28 -0500, Henry Sloan wrote:
> Signed-off-by: Henry Sloan <henryksloan@xxxxxxxxx>

Now the subject/patch description doesn't agree with the patch
so a different subject line needs to be used.

Perhaps the bool conversion should be a separate patch.

Also, this should have a change log below the --- like

> ---

v2: Use bool instead of unsigned int in coalesced_mmio.c

so people can know what has been changed between the original
submission and this V2 patch.

> virt/kvm/coalesced_mmio.c | 23 ++++++++---------------