[PATCH 0/2] Drivers: hv: Minor cleanup around init_vp_index()

Vitaly Kuznetsov posted 2 patches 4 years, 5 months ago
drivers/hv/channel_mgmt.c | 19 +++++++++----------
drivers/hv/hyperv_vmbus.h | 14 +++++++-------
drivers/hv/vmbus_drv.c    |  2 +-
3 files changed, 17 insertions(+), 18 deletions(-)
[PATCH 0/2] Drivers: hv: Minor cleanup around init_vp_index()
Posted by Vitaly Kuznetsov 4 years, 5 months ago
Two minor changes with no functional change intended:
- s,alloced,allocated
- compare cpumasks and not their weights

Vitaly Kuznetsov (2):
  Drivers: hv: Rename 'alloced' to 'allocated'
  Drivers: hv: Compare cpumasks and not their weights in init_vp_index()

 drivers/hv/channel_mgmt.c | 19 +++++++++----------
 drivers/hv/hyperv_vmbus.h | 14 +++++++-------
 drivers/hv/vmbus_drv.c    |  2 +-
 3 files changed, 17 insertions(+), 18 deletions(-)

-- 
2.34.1

Re: [PATCH 0/2] Drivers: hv: Minor cleanup around init_vp_index()
Posted by Wei Liu 4 years, 4 months ago
On Fri, Jan 28, 2022 at 11:34:10AM +0100, Vitaly Kuznetsov wrote:
> Two minor changes with no functional change intended:
> - s,alloced,allocated
> - compare cpumasks and not their weights
> 
> Vitaly Kuznetsov (2):
>   Drivers: hv: Rename 'alloced' to 'allocated'
>   Drivers: hv: Compare cpumasks and not their weights in init_vp_index()

Series applied to hyperv-next. Thanks.

> 
>  drivers/hv/channel_mgmt.c | 19 +++++++++----------
>  drivers/hv/hyperv_vmbus.h | 14 +++++++-------
>  drivers/hv/vmbus_drv.c    |  2 +-
>  3 files changed, 17 insertions(+), 18 deletions(-)
> 
> -- 
> 2.34.1
>