summaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2022-11-05 11:54:01 +0000
committerWei Liu <wei.liu@kernel.org>2022-11-28 16:48:20 +0000
commitfce444fa37bef2d3382b7b44e42c6ef65040ec67 (patch)
tree99c3798a92ab49c18929c872bb9cf2963fc5e839 /include/linux/hyperv.h
parentd786e00d19f9fc80c2239a07643b08ea75b8b364 (diff)
hv: fix comment typo in vmbus_channel/low_latency
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>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 646f1da9f27e..85f7c5a63aa6 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.