diff options
author | Vitaly Kuznetsov <vkuznets@redhat.com> | 2022-01-28 11:34:11 +0100 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2022-02-03 12:47:31 +0000 |
commit | de96e8a09889b35dd8d1cb6d19ef2bb123b05be1 (patch) | |
tree | 3e0914fa06f4df7223b771f207b553fcfe712f52 /drivers/hv/vmbus_drv.c | |
parent | a70d298c44592b95ae962e698c434f2b04e78805 (diff) | |
download | lwn-de96e8a09889b35dd8d1cb6d19ef2bb123b05be1.tar.gz lwn-de96e8a09889b35dd8d1cb6d19ef2bb123b05be1.zip |
Drivers: hv: Rename 'alloced' to 'allocated'
'Alloced' is not a real word and only saves us two letters, let's
use 'allocated' instead.
No functional change intended.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20220128103412.3033736-2-vkuznets@redhat.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers/hv/vmbus_drv.c')
-rw-r--r-- | drivers/hv/vmbus_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index cd193456cd84..6f1da72b7516 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -1874,7 +1874,7 @@ static ssize_t target_cpu_store(struct vmbus_channel *channel, /* See init_vp_index(). */ if (hv_is_perf_channel(channel)) - hv_update_alloced_cpus(origin_cpu, target_cpu); + hv_update_allocated_cpus(origin_cpu, target_cpu); /* Currently set only for storvsc channels. */ if (channel->change_target_cpu_callback) { |