Re: [PATCH 2/2] KVM: PPC: Use min() in kvm_vm_ioctl_check_extension()
Ritesh Harjani (IBM) <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.comp.emulators.kvm.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Thorsten Blum <[email protected]> writes: > Replace min_t() with the simpler min() macro since the values are > unsigned and compatible. > > Signed-off-by: Thorsten Blum <[email protected]> Looks good to me. Feel free to add: Reviewed-by: Ritesh Harjani (IBM) <[email protected]>