[PATCH v1] hv: fix comment typo in vmbus_channel/low_latency

Olaf Hering posted 1 patch 3 years, 5 months ago
include/linux/hyperv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] hv: fix comment typo in vmbus_channel/low_latency
Posted by Olaf Hering 3 years, 5 months ago
morev vs. more.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 include/linux/hyperv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 3b42264333ef..13801b582ea6 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.
Re: [PATCH v1] hv: fix comment typo in vmbus_channel/low_latency
Posted by Wei Liu 3 years, 4 months ago
On Sat, Nov 05, 2022 at 11:54:01AM +0000, Olaf Hering wrote:
> morev vs. more.
> 
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Queued to hyperv-next. Thanks.