]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
hv: fix comment typo in vmbus_channel/low_latency
authorOlaf Hering <olaf@aepfle.de>
Sat, 5 Nov 2022 11:54:01 +0000 (11:54 +0000)
committerWei Liu <wei.liu@kernel.org>
Mon, 28 Nov 2022 16:48:20 +0000 (16:48 +0000)
morev vs. more.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Link: https://lore.kernel.org/r/20221105115401.21592-1-olaf@aepfle.de
Signed-off-by: Wei Liu <wei.liu@kernel.org>
include/linux/hyperv.h

index 646f1da9f27e0a948a426c85a9a6b25a715a5985..85f7c5a63aa65f1b2ba14d18082af1f56ed3bed4 100644 (file)
@@ -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.