From: Olaf Hering Date: Sat, 5 Nov 2022 11:54:01 +0000 (+0000) Subject: hv: fix comment typo in vmbus_channel/low_latency X-Git-Tag: v6.2-rc1~210^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce444fa37bef2d3382b7b44e42c6ef65040ec67;p=thirdparty%2Flinux.git hv: fix comment typo in vmbus_channel/low_latency morev vs. more. Signed-off-by: Olaf Hering Link: https://lore.kernel.org/r/20221105115401.21592-1-olaf@aepfle.de Signed-off-by: Wei Liu --- diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 646f1da9f27e0..85f7c5a63aa65 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -969,7 +969,7 @@ struct vmbus_channel { * mechanism improves throughput by: * * A) Making the host more efficient - each time it wakes up, - * potentially it will process morev number of packets. The + * potentially it will process more number of packets. The * monitor latency allows a batch to build up. * B) By deferring the hypercall to signal, we will also minimize * the interrupts.